Q: I have a question. I am trying to add multiple <keyw id=0/> to my page. I am using Dreamweaver CS6 for the Mac. I read on the trouble shooting page that it isn't possible to insert a gallery more than once to the same page.. But is there a way to add the videos to the page without using that option?
A: 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.
Dear support, I can't find the license agreement anywhere on your . Could you please send me or give me the URL of the license agreement? I ask this video light box question because I am planning to upgrade my primary computer soon and would like to install the programs on the video lightbox new computer, or at least transfer them from the old computer to the new one. Do you have additional instructions and or videos on how I can move forward? My system is: Windows 7 Ultimate 64bit
I downloaded your video embed code VideoLightBox. I assume the videolightbox.js file is where the specifics around this simple video lightbox setting reside. I tried to add even examples from your application: http://www.youtube.com/watch?v=31aWy9lcyJk http://vimeo.com/4560219 No success too. How can I fix it?
Does video lightbox work on Windows 7? 32 bit? Like a html embed video mouse over. Load icon doesn't seem to work. Does this js video gallery application work with IPad?
Hi. When we test it, using Dreamweaver's preview function it works fine. I have the problem that we have different sizes of movies on our website that need to fit the html video voverlay. Can you tell me how to open the jquery popup youtube file?
I am testing out your html5 video Video LightBox gallery and I am having difficulty embedding the gallery in my lightbox youtube embed website. It shows up in the program files, but even trying to run as Administrator, it just doesn’t run. I have some movies that are 640x480 px and some that are 1280x720px.
We are having a problem that the jquery popup video embedded Youtube Video is overlapping the VideoLightBox pop up window. Of course, at the moment, the ajax video player video only opens on the -right- frame so it is actually complete cutter, we don't really see it. Thanks.