English  Italiano  Français  Español  Dansk  Deutsch  Deutsch  Português  Suomi 
Video Lightbox

Is it possible to use my own images as thumbnails in video gallery jquery?

Aug 21, 2012

Q: I have a question. Videolightbox create automatic thumbnails for videos. Is it possible to change the configuration of videolightbox so, that the software will be used the first picture of videoclip?

A: You can use your own images as the thumbnails for video gallery.
You should manually correct the code for BODY section of Video LightBox in that case, for example:

<div class="videogallery">
<a class="voverlay"
href="http://www.youtube.com/v/31aWy9lcyJk?autoplay=1&rel=0&enablejsapi=1&playerapiid=ytplayer" title="Add Videos"><img src="images/YOUR_OWN_IMAGE.png" alt="Add Videos" /><span></span></a>
<a class="videolb" href="http://videolightbox.com">How Embed YouTube Video by VideoLightBox.com v2.1</a>
</div>

Related