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

Recent Demos

 Can I changed the direction top jquery slideshow?

Q: I just purchased the commercial edition from the App Store and am having an issue with the Basic Linear Slider. When I create the slider for my web page, it scrolls from right to left instead of left to right which I assumed would be the default. How can I change the direction of the scroll? I have a customer who's pretty upset that I cannot make a quick change to fix this, any help would be greatly appreciated!

A: You can change direction manually in generated "script.js" file.
Open it in any text editor (for example, Notepad), find last line and add "revers" parameter (use "1" or "0" values to set direction). For example:

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