EnglishjQuery Slider, jQuery Slideshow  DeutschBildergalerie jQuery, HTML Diashow  EspañolGaleria de Imagenes con jQuery, Slide Imagenes Gratis  Italiano  FrançaisDiaporama jQuery & Galerie D'Image jQuery 

Recent Demos

 Is it possible to stop slider photo on the last image instead of the first one?

Q: Is it possible to get the slider to finish on the last image when on auto play single loop and not return to the first image.

That would make this product an excellent alternative to flash for intro pages.

Thanks

A: Yes, it's possible.

Open "script.js" file in any text editor (for example, Notepad), find last line, for example:

jQuery("#wowslider-container1").wowSlider({effect:"basic_linear",prev:"",next:"",duration:13*100,delay:25*100,outWidth:480,outHeight:360,width:480,height:360,autoPlay:true,stopOnHover:false,loop:true,bullets:true,caption:true,controls:true});



and add "stopOn: N" (where N - number of the slide you want the slider to stop on ) at the end of this line (use "-1" value to stop on last image). For example:

jQuery("#wowslider-container1").wowSlider({effect:"basic_linear",prev:"",next:"",duration:13*100,delay:25*100,outWidth:480,outHeight:360,width:480,height:360,autoPlay:true,stopOnHover:false,loop:true,bullets:true,caption:true,controls:true,stopOn:-1});



That's all.

Related

Support

For troubleshooting, feature requests, and general help, contact Customer Support at Mail. Make sure to include details on your browser, operating system, WOW Slider version, link to your page.

See More

Incoming Search Terms