-
-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
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
loop with perMove cant loop correctly right side #813
Comments
How about removing |
Thanks, that worked, but if I change it to this: {
type: "loop",
perPage: 4,
perMove: 2
} The issue is still the same, not on the link above, but on our staging site. _ON_NEWARRIVALS.destroy();
var _ON_NEWARRIVALS = new Splide("#-oxyninja_slider-106-67 .splide", {
type: "loop",
perPage: 4,
perMove: 2,
});
_ON_NEWARRIVALS.mount(); I am not quite sure where to look, if this is kind of a CSS issue or something similar. |
Thanks! I've been debugging this issue and found the bug. |
@NaotoshiFujita |
Fixed in the latest version. |
@NaotoshiFujita Thank you! 🔥 |
Checks
Version
v4.0.6
Description
When SplideJS is set to loop and perMove same as the perPage, looping with the right arrow does not work after it loops to the end. If we use other type or if we add
focus: 0
, it works fine.Reproduction Link
https://woocore.oxyninja.com/product/fresh-retro-bt-speaker/
Steps to Reproduce
Expected Behaviour
It should loop in the same way as we click/loop with a left arrow.
The text was updated successfully, but these errors were encountered: