How to disable pagination dots while using centeredSlides Mode? #5040
Unanswered
Dani-Boy92
asked this question in
Q&A
Replies: 2 comments
-
The dots are activated when you use the pagination module, remove it from your code and the dots will no longer appear! |
Beta Was this translation helpful? Give feedback.
0 replies
-
https://swiperjs.com/swiper-api#pagination |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I use a swiper as an infinite scroller that automatically fetches more items. I would like for my case to disable the pagination points in the bottom as it can quickly be a lot if there as more items being fetched. I have already looked in the documentation but I have not found out how to turn off these pagination points. The only option i see is to turn
centeredSlides={false}
. However i need centered Slides.I am thankful for each hint!
Beta Was this translation helpful? Give feedback.
All reactions