Q: Dear Support,
I would like to use the standard Font and Text Color used in my website, but text added in VideoLightbox are only blue. Please advise how to change.
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.
Just bought your web video product. When the videos are sent to my site via Video Lightbox the thumbnails for some strange reason are the lightbox video html same on both pages although the actual videos are different. I installed html video embed on another PC and it works fine. Does my license allows it?
I'm trying Video LightBox on my jquery video lightbox website but the html video video doesn't have any controls (e.g. play, pause, stop, etc.) Is there additional code needed for these controls? How do I do this? Thank you.
Is there a html5 lightbox video phone number that I can contact? I have a problem. Is there a way I can just pay the difference and get the html5 video popup upgrade?
I have a vimeo popup problem that's not directly related to Video Lightbox, but I was hoping you might be able to shed some light. Can you tell me how to solve this? Does it matter? Is there any way this html5 video gallery can be fixed?
I am using Videolightbox 2.1 to stream video in a youtube video shadowbox and cannot get my ajax video player video to stream. Is it mean that a gallery generated with Windows version will not be viewed on Mac? (Unlimited websites license) and I'm very pleased with it. How to fix it?
Dear Support, I would like to purchase your commercial version of VisualSlideShow, but I need to put the software on two different computers to service our js video gallery Website: my computer at work and my home computer. If I remove the video html videolightbox script altogether, WOW Slider works normally. I get a Video url is unsupported or invalid. If so, how would I do this?