3b86
Q: I download the trial, i need to put differents videos in difference location on same html
page, and the software say "Sorry, You can insert only one gallery", i need to put different gallery in same HTML page.
That happen in full version or only in the trial?
A: Unfortunately you can not install several video galleries on the same page,
using 'Insert to Page' option.
You should install galleries manually in that case.
To set up several different galleries on your page you should for the second gallery:
-change id="videogallery", for example to id="videogallery2".
-set the same id in the engine/css/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:0px;
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 img{
display:block;
border:none;
margin:0;
}
#videogallery2 a:hover{
text-decoration:underline;
opacity:1;
}
-set the same id for the engine/js/videolightbox.js. file:
change:
$("#videogallery a[rel]").overlay({)
to:
$("#videogallery2 a[rel]").overlay({
-You should change in the same way in engine/js/videolightbox.js and in
engine/css/overlay-minimal.css files the following paramters: vcontainer, voverlay and
video_overlay, for example to vcontainer2, voverlay2 and video_overlay2.
I'm trying Video LightBox on my website but the ...
I have download today the free version of html video embed. After I have installed the program, it fails to open. An error message saying "Video Lightbox has stopped working" appears.
I'm having an issue with your products ... I purchased the business license pack last year, and have used it successfully on a few site using the same wiki core.
I would like to tell me if it possible to have a link in my site and when i click on it your beautiful ...
I was wondering if I can use your videolightbox software to embed my ...
I just downloaded latest version of VideoLightBox yesterday. Embeds into local web page just fine.