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

How to paste several video galleries into one webpage using open video in lightbox

Jul 05, 2013

Q: Hello,

I would like to create more that one video galleries on my webpage, I tried it (I chose "Insert to page") but it was not successful
Is there any way to make it?

Thank you for your help.

A: Hi,

Thank you for the interest in our product.

Unfortunately, it is not possible to paste more than one video into the same page using "Insert to page" publishing method.

It is possible to add several video galleries to your page manually only.
They will have different thumbnails but the templates of pop-up window will be the same.

To set up several different galleries on your page you should for the second gallery:
-change id="videogallery", for example to id="videogallery2" (in the second BODY section of Video
LightBox).
-set the same id in the videolightbox.css file:

.videogallery2 {
        width:100%;
        zoom:1;
}
.videogallery2 span{ display:block; }
.videogallery2 a{
        display:-moz-inline-stack;
        display:inline-block;
        zoom:1;
        *display:inline;
        position:relative;
        vertical-align:top;
        margin:5px;
        width:160px;
        font-family:Trebuchet,Tahoma,Arial,sans-serif;
        font-size:11px;
        font-weight:normal;
        text-decoration:none;
        text-align:center;
        opacity:0.87;
}
.videogallery2 a.videolb{display:none}
.videogallery2 a img{
        display:block;
        border:none;
        margin:0;
}
.videogallery2 a:hover{
        opacity:1;
}



-you also should delete the following line from the second <keyw id=0/> HEAD section:

<script src="index1_videolb/jquery.js" type="text/javascript"></script>

Related