V
V
Vladislav2020-08-18 12:04:49
Layout
Vladislav, 2020-08-18 12:04:49

rows not working in slick?

the code

$('.popular-brands__slider').slick({
      rows: 1,
      slidesToShow: 8,
      lazyLoad: 'ondemand',
      slidesToScroll: 3,
      dots: true,
      arrows: true,
      responsive: [
        {
          breakpoint: 993,
          settings: {
            slidesToShow: 5,
          }
        },
        {
          breakpoint: 741,
          settings: {
            rows:2,
            slidesPerRow:2
          }
        }
      ]
    });

at 740 the slider just disappears

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question