#REM Parameters: #SNIPPET.VideoID ... ID of the video #SNIPPET.ImageClass ... Css class of the image (optional) #SNIPPET.IframeWidth ... width of the iframe (optional, default: 640) #SNIPPET.IframeHeight ... height of the iframe (optional, default: 360) #SNIPPET.IframeClass ... Css class of the iframe (optional, default: "ep-video-iframe") Example: #SNIPPET("SNIPPET-VideoTutorial", "VideoID,ImageClass,IframeWidth,IframeHeight,IframeClass", "123456789", "next-step-list-video-image", "640", "360", "ep-video-iframe") #ENDREM #LOCAL("IframeClass", "ep-video-iframe") #IF(#SNIPPET.IframeClass) #SET("IframeClass", #SNIPPET.IframeClass) #ENDIF #BLOCK("GetVideoTutorial", #SNIPPET.VideoID, #SNIPPET.IframeWidth, #SNIPPET.IframeHeight, #IframeClass) #ENDBLOCK #ENDLOCAL