Reference Code: See Example on Code Sandbox
I am looking to implement a swiper that allows for navigating one slide at a time with a layout where slidesPerView: "auto"
and fixed width are used. The first two slides behave as expected, but the last two slides cause it to be stuck on '2/4'. Is there an additional argument needed in the swiper options?
View Image Here
My attempts include:
- Setting
slidesPerView: "auto"
in Swiper initialization and defining a fixed width for myswiper-slide
element - Setting
slidesPerView: 1
in Swiper initialization and defining a fixed width for myswiper-slide
element