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.
{
type: "loop",
perPage: 5,
perMove: 5
}
Reproduction Link
https://woocore.oxyninja.com/product/fresh-retro-bt-speaker/
Steps to Reproduce
_ON_YOUMAYLIKE.destroy();
var _ON_YOUMAYLIKE = new Splide("#-oxyninja_slider-292-126 .splide", {
type: "loop",
perPage: 5,
perMove: 5,
});
_ON_YOUMAYLIKE.mount();
Expected Behaviour
It should loop in the same way as we click/loop with a left arrow.
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.