How to avoid the effect for thumbnails when the mouse hovers in lightbox for text?

Q: Dear Support,

When you go to the site, you will see the thumbnails. Place
your mouse over one of them (don't click) and the thumbnail image gets
darker.

Is that the original image or is the original image the one before you
put your mouse over it?

If what is showing is the original, then no problems. If what is showing
is not the original, how do I get the original to show?

A: The original pictures are shown when the mouse hovers.

You can change this effect in order to watch the original images initially.

For this purpose you should open vlightbox.css in any text editor and delete the following
line of code: opacity:0.87; from

#vlightbox1 .vlightbox1 {
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;
outline:none;
}

Related