Always center active slide in swiper wraper #5280
Unanswered
MatejaSpindler
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Im using Angular Swiper v7.3.1. I want to center active swiper slide to be always in center (when navigating between slides), and on sides have to be prev/next slides or its duplicates. How can i achive this?
I want to move between slides one by one.
This is my swiper options.
SwiperOptions: {
modules: [Navigation],
loop: true,
spaceBetween: 1,
navigation: true,
slidesPerView: 3,
};
The image shows 3 slides, active slide is marked and is on left. How to make show active slide in center?
Thanks, regards
MatejaS
Beta Was this translation helpful? Give feedback.
All reactions