We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated to 6.6.0
add breakpoints to config
breakpoints: { // when window width is >= 320px 320: { slidesPerView: 2, spaceBetween: 20 }, // when window width is >= 480px 480: { slidesPerView: 3, spaceBetween: 30 }, }
Swiper should show slides as configured and be slideable
Swiper it not swiping anymore
Even breaks your demo: https://swiperjs.com/demos/380-responsive-breakpoints/core.html
The text was updated successfully, but these errors were encountered:
0be8099
No branches or pull requests
What You Did
Updated to 6.6.0
add breakpoints to config
Expected Behavior
Swiper should show slides as configured and be slideable
Actual Behavior
Swiper it not swiping anymore
Even breaks your demo: https://swiperjs.com/demos/380-responsive-breakpoints/core.html
The text was updated successfully, but these errors were encountered: