#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")
#SNIPPET.JustLink ... no thumbnail, just a link to the video, 1 for icon and link, 2 just for icon (optional)
Example:
#SNIPPET("SNIPPET-VideoTutorial", "VideoID,ImageClass,IframeWidth,IframeHeight,IframeClass,JustLink", "123456789", "next-step-list-video-image", "640", "360", "ep-video-iframe", "IconText")
#ENDREM
#LOCAL("IframeClass", "ep-video-iframe")
#IF(#SNIPPET.IframeClass)
#SET("IframeClass", #SNIPPET.IframeClass)
#ENDIF
#BLOCK("GetVideoTutorial", #SNIPPET.VideoID, #SNIPPET.IframeWidth, #SNIPPET.IframeHeight, #IframeClass)
#IF(#SNIPPET.JustLink)
#IF(#SNIPPET.JustLink EQ "IconText"){VideoTutorial}#ENDIF
#ELSE
#ENDIF
#ENDBLOCK
#ENDLOCAL