39b2
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;
}Can I link the gallery to a piece of text instead of thumbnails?
I've asked for the directions for linking to existing hypertext in a document so that the video opens when the link within the text on the pages is selec...
I would like to tell me if it possible to have a link in my site and when i click on it your beautiful ...
I am evaluating Video Lightbox for use at my website.
I had a video using video lightbox on a page and it was working fine.
I just downloaded latest version of VideoLightBox yesterday. Embeds into local web page just fine.