38a9
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;
}Every time I create a video gallery I may sure "MP4 quick start" is enabled. But that feature doesn't work.
I love the idea your product and I am interested in buying the business version but there are some really strange problems with it.
I just discovered your software, and I just love it. Me and my partner are thinking to buy it but there is one thing that bothers us before. We are trying to use it while using a sidebar.
I was wondering if there is a way to force the video up on a page when the user lands on it - rather than having to click something to bring up the ...