kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.5k stars 5.88k forks source link

Slides ordering in grid mode #4124

Closed maxwww closed 3 years ago

maxwww commented 3 years ago

Is it possible to set how slides are ordering in grid mode?

AR: AR

ER: ER

maxwww commented 3 years ago

looks like it is can be resolved by following config: settings: { slidesToShow: 1, rows: 2, slidesPerRow: 3, }