V
V
VitaliiMayk2018-02-13 15:35:40
css
VitaliiMayk, 2018-02-13 15:35:40

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

1 answer(s)
A
Anton, 2018-02-13
@VitaliiMayk

Enables adaptive height for single slide horizontal carousels.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question