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

Recent Demos

 How can I change direction in image slideshow creator

Q: We want the pictures to move horizontally from left to right not the standard right to left.
Could you please insert code to script text below to make pictures move left to right?

A: Please, open "script.js" file 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:"basic_linear",prev:"",next:"",duration:68*100,delay:33*100,width:640,height:360,autoPlay:true,stopOnHover:false,loop:false,bullets:0,caption:false,captionEffect:"slide",controls:false,onBeforeStep:0,images:0,revers:1});