kenwheeler / slick

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

How can I create Sync Carousel if nav Slider asynchronous in quantity with main slider? #4135

Open hotandat260399 opened 2 years ago

hotandat260399 commented 2 years ago

First of all, let me say - I love Slick. It's amazing. On behalf of developers the world over, a big thank you to @kenwheeler. It's not bug. But I got a problem when I was got require from Client. Let me explain it. They have 6 main slider, and 5 slider nav. But on first main slide, nav slide (4,5) will stand on left main slider and nav slide (1,2) stand on right of main slider. It same as image I post behind.

image

And after first Slide change to second slide. It will same as here. image

Nav slide 1 will move to center, but nav slider 4,5 shouldn't move position. It will stand left of main slider until main slider change to third slide.

image

That all it should be action with settings loop infinite carousel. So how can I do that with slick carousel? Thank you very much if you have solution + code for that.