Video thumbnails

AppSite - Professional Business Template for Joomla support forum.
GK User
Mon Mar 26, 2012 6:14 pm
Hello, I'm pretty new to Joomla and am trying to work on module functionality. I noticed on the Appsite homepage there is a list of 3 thumbnails that open videos that expand over the page. I thought this can be done by the News Show Pro module, but not sure. I've installed all the modules listed in the template's info page and have been troubleshooting this. I'm having a hard time trying to pull this off. :angry: Please help.
User avatar
Fresh Boarder

teitbite
Wed Mar 28, 2012 12:27 am
Hi

NSP doesn't have such functionality. This module is a standard mod_custom with HTML like this:

Code: Select all
<p><a class="gk_video_frame" href="http://www.vimeo.com/16274294" rel="mediabox[720 410]"> <img src="images/stories/demo/demo_video_1.png" border="0" alt="Video 1" /> <span class="gk_vframe">Frame</span> <span class="gk_voverlay">Overlay</span> Watch the video </a> <a class="gk_video_frame" href="http://www.metacafe.com/watch/6159995" rel="mediabox[720 445]"> <img src="images/stories/demo/demo_video_2.png" border="0" alt="Video 2" /> <span class="gk_vframe">Frame</span> <span class="gk_voverlay">Overlay</span> Watch the video </a> <a class="gk_video_frame" href="http://www.youtube.com/watch?v=T36Y3O6CEEI&amp;hd=1" rel="mediabox[720 430]"> <img src="images/stories/demo/demo_video_3.png" border="0" alt="Video 3" /> <span class="gk_vframe">Frame</span> <span class="gk_voverlay">Overlay</span> Watch the video </a></p>
User avatar
Moderator

GK User
Wed Mar 28, 2012 12:43 am
Thanks a lot! You saved me a lot of time.
User avatar
Fresh Boarder

teitbite
Wed Mar 28, 2012 2:29 am
Hi

No problem. Glad I could help.
User avatar
Moderator


cron