Replies: 1 comment 1 reply
-
if you do not want to see pagination, you can remove it using css |
Beta Was this translation helpful? Give feedback.
1 reply
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 am trying to use breakpoints in order to show and hide pagination bullets but with no luck.
breakpoints: { 0: { pagination: { el: '.swiper-pagination', clickable: true, type: 'bullets', } }, 991: { pagination: false } }
If I start under 991 width bullets are created and event if I resize over 991 works like expected by hiding them.
if I start over 991 pagination bullets are not created.
Any ideas ?
Beta Was this translation helpful? Give feedback.
All reactions