Open GeorgeFlorian opened 3 years ago
Hello.
I have a carousel with 5 items and only 3 are showing.
The issue is that the carousel always start with index 1. I would like it to start with the current active slide or slick-current.
slick-current
I would like to know if it's possible for the carousel to remain centered on the current active slick-current even after a page refresh.
@kyuwoo-choi Is this possible ? Thank you.
Hi,
You can use "initialSlide" prop.
https://gs-shop.github.io/vue-slick-carousel/#/api
Hello.
I have a carousel with 5 items and only 3 are showing.
The issue is that the carousel always start with index 1. I would like it to start with the current active slide or
slick-current
.I would like to know if it's possible for the carousel to remain centered on the current active
slick-current
even after a page refresh.@kyuwoo-choi Is this possible ? Thank you.