I am a relative newbie...can you please explain what I need to include in my code to have a placeholder image displayed in my Joomla Module that when clicked opens my pop-up video in the Shadowbox?
Hi Umhlanga,
If you need it in the future in use with Youtube movies (recalling the other topic you have started), try this:
<a href="http://www.youtube.com/v/YOUTUBE_ID&amp;autoplay=1" title="TITLE"
rel="shadowbox;width=640;height=480;"><img src="http://img.youtube.com/vi/YOUTUBE_ID/0.jpg"
border="0" width="210" height="160"></a>
Note: This is a basic example. Adjust/modify it to your needs. For YOUTUBE_ID enter the corresponding movie ID from youtube.
I hope this helps.
Cheers,
John

Forum