Englishjquery slide  Deutschbildergalerie html  Españolgalerias jquery  Françaisdiaporama photo  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 Is it possible to create image rotator script with pop-up VideoLightBox?

Q: I'm looking into your slider, and was wondering if I can implement a video light box to open up when the banner is clicked on at one image, and when another image is clicked it should simply go to another page, like a regular link... Is it possible?

A: Yes, it's possible.
1. Create slideshow gallery with links on images when clicked on that should simply go to
another page.
To do it just select image by clicking and specify link in "Url" field.
2. Create VideoLightBox gallery.
3. Past HEAD section of VideoLightBox after HEAD section of wowslider.
4. Remove following line

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


from HEAD section of VideoLightBox.
5. Add following line

<a href='javascript:$("a#mylink").overlay().load();void(0);'>


under <li> tag and on which you want to add video.
For example:

<li><a href="http://www.visuallightbox.com/" target="_blank"><img src="data1/images/calgaryweddingphotoport2.jpg" alt="calgaryweddingphotoport2" title="calgaryweddingphotoport2" id="wows1_1"/></a></li>


6. Add BODY section of VideoLightBox after BODY section of wowslider.