Q: I am considering buying your software however I want to verify..
Is their a way to make the thumbnail a text link instead, or does it have to be a thumbnail of the video?
Meaning: Click Link, Video Pops Up?
Please advise
A: Actually, it's possible.
You can start your Video LightBox onclick from your own images/links.
I created an example for you.
Just rename video.txt to video.zip. We renamed it to pass through your spam filter.
See how you should start the gallery onClick from the link.
1) Change the following code in the engine\js\videogallery.js
$("#videogallery a[rel]")
to
$("#videogallery a[rel],#watch")
2) Specify the link/image:
<a rel="#voverlay" href="http://www.youtube.com/v/31aWy9lcyJk" id="watch"
title="Watch Video">Video</a>
3) Use 'display: none;' property for your gallery in the HEAD section of VisualLightBox. Just change the following code:
#videogallery a img{
display:block;
border:none;
margin:0;
}
to:
#videogallery a img{
display:none;
border:none;
margin:0;
}
Hi! The jquery youtube lightbox only thing I can't find is how to stop the gallery from centering on the popup video youtube page? Thanks for your time.
Hi, if I buy the license for $69 or $49 will the popup youtube video license last for a lifetime or only for a year? How could I get the lightbox2 video overlay and video to play over the whole page? Does videolightbox automatically convert MP4s to HTML5?
I like your product but what if my videos are not hosted on YouTube or any of the companies listed on your web page? Supported codeds are flv and a bunch of other ones that I don't understand. When I upgrade to the new version, do I need to change my youtube video gallery video format or will it make the .flv file viewable on these video lightbox js devices?
I have bought VideoLightBox recently, but have problems with registration. I found on your jquery player website "SINGLE WEBSITE" and "UNLIMITED WEBSITES". But when video is running in that time in the back side should be one black fade wall like transference . Can u give the popup video html code.
I purchased your video lightbox software and have found a problem with it. The gallery page that Video LightBox generates works fine - videos popup in a window when the thumbnails are clicked. However, I noticed in the gallery with my popup video jquery videos that there is a credit to your javascript video popup company. so i never tried it out.
I use VideoLightBox and have a question. I have downloaded the free trial and could use some help in figuring out how to place the html5 lightbox videos on my websites. I get the jquery video thumbnail same result in all browser.