Swiper does not loop when dragged #5272
Unanswered
PhilippEhinger
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi there,
i have the following issue:
I am using Swiper to display pictures of a product. Every Picutre is taken from a slightly different angle, so if you swipe through the pictures it creates the effect of a 3D model.
I am using
loop: true
as I want it to be a loop. When using the next-button it jums to the first slide as expected. But when I use my mouse to drag through the sliedes, when I reach the last (or the first slide, when dragging in different direction) It does not automatically jump tp the first slide. If i realease my mouse and start dragging in the same direction it jumps to the next slide with not issues. Is that a bug? or is there a config-setting i just missed?Thanks in Advance.
Beta Was this translation helpful? Give feedback.
All reactions