D
D
damarkuzz2019-10-04 11:49:07
JavaScript
damarkuzz, 2019-10-04 11:49:07

How to make slick.js slider on mobile have one slide per row?

Hello.
How to make slick.js slider on mobile have one slide per row?
Slider code:

$('.autoplay').slick({
  slidesToShow: 4,
  slidesToScroll: 1,
  //autoplay: true,
  autoplaySpeed: 2000,
  dots: true,
  infinite: true,
  arrows: true,
  accessibility: true,
  swipe: true,
  draggable: true,
  edgeFriction: false,
});

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
WapSter, 2019-10-04
@damarkuzz

How difficult it is now with documentation, you can’t find it anywhere at all. And stop here it is https://github.com/kenwheeler/slick/#responsive-op...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question