Answer the question
In order to leave comments, you need to log in
How to slick one slide at a time?
Slider settings:
$('.b-location__slider').slick({
dots: true,
arrows: false,
swipeToSlide: true,
infinite: false,
slidesToShow: 1
});
As a result, it displays all available slides under each other and scrolls them incorrectly. I don’t understand what the problem is, because in another project, a similar slider works fine.
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