javascript - FlexSlider startAt with move != 1 -


i using flexslider jquery plugin have carousel this:

$(window).load(function(){     $('.flexslider').flexslider({         animation: "slide",         animationloop: false,         itemwidth: 95,         itemmargin: 0,         pauseplay: false,         move: 3,         slideshow: false,         controlnav: false,         startat: 1     }); }); 

my carousel has 6 slides , 3 slides shown in viewport. carousel start second slide (startat: 1), showing slides (4, 5 , 6). how can make show slides (2, 3 , 4) start , leave move 3?

if set startat: 2 show slides 3, 4 , 5 should.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -