English  Italiano  Français  Español  Dansk  Deutsch  Deutsch  Português  Suomi 
Video Lightbox

I'd like to disable the dimming of the add video to blog thumbnail

Jul 05, 2012

Q: I've downloaded and tested your VideoLightBox and plan to purchase. Is there a way to control the dimming of the video thumbnail appearing on the page? In some cases, I'd like to disable the dimming.

A: Open generated "videolightbox.css" file in any text editor (for example, Notepad), find
following lines:

#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 set value "1" for "opacity" parameter.

Related