Answer the question
In order to leave comments, you need to log in
Slider Syncing for multiple sliders?
There are several similar synchronized sliders on the page (Slider Syncing). With the same classes: .slider-for and .slider-nav.
Of course, when you scroll through one, the rest scroll through.
how to fix?
$('.slider-for').slick({
slidesToShow: 1,
slidesToScroll: 1,
arrows: false,
fade: true,
asNavFor: '.slider-nav'
});
$('.slider-nav').slick({
slidesToShow: 3,
slidesToScroll: 1,
asNavFor: '.slider-for',
dots: true,
centerMode: true,
focusOnSelect: true
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question