You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #5817 on June 27, 2022 10:18.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Check that this is really a bug
Reproduction link
https://github.com/trenz999/Gorillawears-fashion-website
Bug description
var swiper = new Swiper(".product-slider", { slidesPerview:3, loop:true, spaceBetween: 10, centeredSlides: true, autoplay: { delay: 4000, disableOnInteraction: false, }, navigation: { nextEl: ".swiper-button-next", prevEl: ".swiper-button-prev", }, breakpoints:{ 0:{ slidesPerview: 1, }, 550:{ slidesPerview: 2, }, 800:{ slidesPerview: 3, }, 1000: { slidesPerview:3, }, }, });
Expected Behavior
the images don't slide as seen on the tutorial
Actual Behavior
Not working
Swiper version
v8.2.4
Platform/Target and Browser Versions
windows
Validations
Would you like to open a PR for this bug?
Beta Was this translation helpful? Give feedback.
All reactions