Answer the question
In order to leave comments, you need to log in
In the slick-carousel slider, responsive does not work correctly. How to fix?
There is such a code.
$('.last-reviews__items-wrap').slick({
slidesToShow: 2,
slidesToScroll: 2,
infinite: true,
accessibility: false,
nextArrow: $('.slider-btn_dir_right.last-reviews__slider-btn'),
prevArrow: $('.slider-btn_dir_left.last-reviews__slider-btn'),
responsive: [
{
breakpoint: 993,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
}
}
]
});
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