jquery slide
bildergalerie html
galerias jquery
diaporama photo
Immagini Galleria
网络幻灯片: 效果的幻灯片
Galeria De Imagens
слайдер изображений, слайдшоу, CSS слайдер
Bild Galleri
画像のスライダー&ギャラリー
Afbeeldingen Caroussel
More Demos: bootstrap carouse, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
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.