Q: I really like the look of Video Lightbox, but I'm wondering if there's a
way to disable the semi-transparent effect of the thumbnail?
It's a cool effect, but it makes the images look washed out sometimes,
and I hope there's a way to change it. I saw an "overlay shadow" option, but I
guess that's for something else? Would love to know a way to change that
effect, thanks!
A: You should find the following code in engine/css/videolightbox.css file:
#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;
}
and change value for the 'opacity' parameter to '1':
#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:1;
}
Hi, support! However, text color and size is fixed. "VideoLightBox" can not be opened because it is from unidentified developer. Is there a lightbox embed video way to do that?
Dear Support, I am creating the site using site builder. I then made a simple page in iWeb. Is there a popup way I can change the layout of the video pop up thumbnails?
I would like to tell me if it possible to have a popup link in my site and when i click on it your beautiful player showed up immediately without open the page with the videos. After click on thumbnail pop up window appears and shows "loading", but video never starts the web video player playing. I need to place videos in WordPress.org I am not a programmer/developer. Did I do something wrong?
Hello! I bought yesterday your Videolightbox and try to put fist the free version on my html video lightbox site. Any suggestions? (The video player payment box mentioned automatic renewal)
How do I automatically launch a overlay video video using Video LightBox as soon as the page opens without the user having to click on a html5 video gallery thumbnail? Your program is ideal for my purposes, but I would like some clarification. But when i click it won't run. I thought since it is streaming via Vimeo it would work using Vimeo's converters.
Hi, I'm using video light box on my new website and I need to position the javascript popup video video nearer to the html5 video center top of the web page. It works fine through my safari browser on computer and laptop, but just gives me a spinning wheel through lightbox on iPhone/iPad. But that feature doesn't work. Is there anyway I can do that too?