do anybody know how to stop auto sliding in a flex slider. as i have loaded that slider in my mobile web page. when the page is opened it slides to the next image without an
By default Flexslider has value slideshow: true so you have to change the value to false.
$(window).load(function() { $('.flexslider').flexslider({ slideshow: false }); });