Hi,
I have been battling with this issue for 5 hours and still can find out how I can do this.
The problem is that linking text to open sexylightbox is easy but I want an image to be the main link source. What code can I use guys?
I have my image in a custom html module. The video is on my server.
Any help will be highly appreciated.
This is as far as I got:
<p class="dropshadow"><img src="images/stories/video_ad.jpg" alt="" />{arisexylightbox activeType="icontent" width="440" height="266" link="bla bla bla" title=""}
<object classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" width="432" height="256" codebase="
www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" type="video/quicktime">
<param name="src" value="images/stories/media/video.mp4" /><embed type="video/quicktime" width="432" height="256" src="images/stories/media/video.mp4"></embed>
</object>
{/arisexylightbox}</p>