Q: I downloaded your slider today.
How do I reverse slider direction? Horizontally I want slider to go from left to right.
Looking forward to purchase if we can do the setting above.
A: You can change direction of effect 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});
That's all.