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

Is it possible to use different video gallery software on the same site?

Oct 02, 2013

Q: I just bought your product.
Now I just realized, I am not able to replay <keyw id=1/> in different aspect rations on one site! For e.g. after creating an index.html, the aspect ratio settings are the same for all videos.

Can you help me?

Thanks.

A: You can use different video galleries on different pages. You should save each gallery in its own directory, for example:

gal1/
gal2/
gal3/
gallery1.html
gallery2.html
gallery3.html

But notice that you should manually add 'gal1/' prefix before each path on your html pag (in <keyw id=0/> gallery):

<!-- Start VideoLightBox.com HEAD section -->
<link rel="stylesheet" href="gal1/index_videolb/videolightbox.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="gal1/index_videolb/overlay-minimal.css"/>
<script src="gal1/index_videolb/jquery.js" type="text/javascript"></script>
<script src="gal1/index_videolb/swfobject.js" type="text/javascript"></script>
<!-- End VideoLightBox.com HEAD section -->
...
<!-- Start VideoLightBox.com BODY section -->
<div class="videogallery">
<a class="voverlay" href="http://www.youtube.com/v/31aWy9lcyJk?autoplay=1&rel=0&enablejsapi=1&playerapiid=ytplayer" title="How to Add Video to Your Website with Video LightBox .com">
<img src="gal1/index_videolb/thumbnails/0.png" alt="How to Add Video to Your Website with Video LightBox .com" /><span></span></a>
<a class="videolb" href="http://videolightbox.com">How Embed YouTube Video by VideoLightBox.com v2.1</a>
</div>
<script src="gal1/index_videolb/jquery.tools.min.js" type="text/javascript"></script>
<script src="gal1/index_videolb/videolightbox.js" type="text/javascript"></script>
<!-- End VideoLightBox.com BODY section -->



Also, you can set an unique name for index file. Go to tab "4. Publish" and set unique value for "Index file name" parameter. VideoLightBox will generate folders with unique names in this case, so files of different galleries will not be mixed up and you shouldn't edit HTML code manually.
For example: VideoLightBox will generate "gallery1_videolb" folder for "gallery1.html"
Index file name, "gallery2_videolb" folder - for "gallery2.html" file, etc.

Related