Q: On a videolightbox I see that the preview image is reduced about 10-15% until one mouses over the image. Them it goes to full color to indicate that it is ready to run. Like a mouse over.
I would like to reverse that so that the over image is reduced, but the off image is full bightness. Where would I find that in the JS, and which JS?
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
#videogallery a:hover{
opacity:1;
}
Interchange values for opacity parameters, so you'll have:
#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;
}
and
#videogallery a:hover{
opacity:0.87;
}
I am very interesting in purchasing your product. I assume this video gallery html means that your Javascript applies itself to the appropriate links at page load. I see popup window, but playing won't start, even if I click "Play" button. The popup video youtube videos work but you can't view the thumbnail for the videos.
I downloaded your VideoLightBox. I have uploaded to my video popup jquery site FTP folder, and after this is where I am confused. I am running Windows 7 Ultimate a lightbox youtube 64-bit operating system. I would like to know whether I can put the videogallery into my webpage with site builder?
I work in an office where I use a lightbox embed video Mac and my coworker uses a jquery video gallery PC. But on mobile system it doesn't works. Works fine in Internet Explorer. How do I go about tweaking VideoLightBox other than using the template?
I bought your Video LightBox. It's a embed video html cool effect, but it makes the images look washed out sometimes, and I hope there's a way to change it. It work fine. Can you tell me how to open the html5 video gallery file?
If we buy an "unlimited websites" license will that allow everyone on our html5 video center team to use the software or do we need to purchase a license per user? It looks fine in all browsers except IE. I built a video gallery in your application. Is it possible to have the popup video watermarks an image not text?
If you click on any of the videos displayed there you will see it opens them within the iframe and not as an to the jquery youtube popup site. We recently had a ajax video player request that these videos be able to play at full screen. Please help.