More Demos: bootstrap carousel css, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
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});