Q: I've created a slideshow. I'd like to insert it on to the new website we're building.
Once I've created the slideshow, how do I get the "code" for inserting the slideshow on my new home page?
However, text color and size is fixed. Having text blue and red - I believe the red
should by shown as a rollover. Unfortunately, it doesn't work this way.
Some text is blue and other text is red in preview.
Being able to choose text font, size and color would be something that users would really want.
Could you add this feature in the next version of VideoLightBox?
A: You can change thumbnails titles color and size ('text' mode only)
in engine/css/videolightbox.css file.
Just add 'color' parameters to the following code:
#videogallery a{
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
position:relative;
vertical-align:top;
margin:3px;
width:160px;
font-family:Trebuchet,Tahoma,Arial,sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
text-align:center;
opacity:0.87;
}
#videogallery a:hover{
opacity:1;
}
For example:
#videogallery a{
display:-moz-inline-stack;
display:inline-block;
zoom:1;
*display:inline;
position:relative;
vertical-align:top;
margin:3px;
width:160px;
font-family:Trebuchet,Tahoma,Arial,sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
text-align:center;
opacity:0.87;
color: #000000;
}
#videogallery a:hover{
opacity:1;
color: #ff0000;
}
You can also change font style and size here.
Hello, We would like to know if there is feature VLB that makes the box open full screen or to include full screen button next to the close button. Unfortunately, it doesn't work this jquery lightbox youtube way. I recently downloaded video light box and I am trying to bring in flv and mp4 videos from my server and all I get is "the video url is unsupported or invalid" Can you shed any light to this popup youtube video problem?
I just bought your jquery video thumbnail product. Tried everything. I have a video overlay question. Thanks.
I am currently using Video Lightbox and almost all of the videos have .flv format and they are unviewable on Apple mobile devices. Is it mean that a popup youtube video gallery generated with Windows version will not be viewed on Mac? I desperately need a html video lightbox solution for this ASAP!
I recently added a video gallery to my website, and am having issues with its layout. When I look at your demos, IE does not come up with that. I saw an "overlay shadow" option, but I guess that's for something else? I have a lightbox2 video question, is it possible to reposition the pop-up window when the vimeo popup video is clicked from a gallery?
I have downloaded a jquery video popup trail to use prior to buying. It works fine through my video safari browser on computer and laptop, but just gives me a spinning wheel through lightbox on iPhone/iPad. Please can you help me ?!