I have a simple question. (about React-slick)
Input data:
- property slidesToShow: 6,
- total slides in slider === 6
Is it possible to make this slider to make loop? Right now if slidesToShow
=== total slides in slider, then: no loop, no dots, no infinity. Nothing happening.