Answer the question
In order to leave comments, you need to log in
Why doesn't adaptiveHeight slick slider work?
Why does adaptiveHeight slick slider not work with slidesToShow = 2, with slidesToShow = 1 everything works.
Site taxi.wedhost1.ru , block reviews Slider
initialization:
$('.review-slider').slick({
slidesToShow: 2,
slidesToScroll: 1,
dots: false,
prevArrow: $('.prev'),
nextArrow: $('.next'),
autoplay: false,
accessibility: false,
speed: 1000,
adaptiveHeight: true,
responsive: [
{
breakpoint: 1023,
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