How to increase Number of carousel items that should move on animation?
-
I am trying to increase Number of carousel items that should move when clicking the next or previous arrows. I tried this but it doesn’t work:
var slider = $(‘.metaslider’).data(‘flexslider’);
if (slider) {
slider.vars.move = 3;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.