admin管理员组

文章数量:1332359

I am using Swiper with slidesPerView: 'auto', and it works perfectly, but it doesn't seem to work as expected when centeredSlides: true. I have created a CodeSandbox to demonstrate the issue. It starts at the last index when centeredSlides is true.

I expect it to start based on the initial slide.

But it works perfectly fine when not using images, like here React Swiper Demos

本文标签: reactjsSwiper starting at last index when slidesPerView is auto and centered slides is trueStack Overflow