Just curious if there are any plans or if there is currently a way to allow for videos (youtube and the like) to display as part of the Image Machine along with the normal images?
Thanks for any insight.
Thanks for any insight.
<mvt:if expr="NOT ISNULL l.settings:product:customfield_values:customfields:video"> &mvt:customfield_names:customfields:video;: <b>&mvt:product:customfield_values:customfields:video;</b><br> </mvt:if>
<mvt:item name="customfields" param="Read_Product_Code( l.settings:product:code, 'video1', l.settings:video1 )" /> <mvt:if expr="l.settings:video1"> <div class="videos-link" id="&mvt:video1;"> <img src="/images/icons/icon_video.png" alt="Video" title="Video" class="video-icon" /> <img class="video-thumb" src="//img.youtube.com/vi/&mvt:video1;/1.jpg" alt="&mvte:product:name; Video" title="&mvte:product:name; Video"> </div> </mvt:if>
Comment