Categories
Why is the mouse event not working in the carousel?
And it doesn't work if the carousel has the value loop: true, and if it's false, then it's fine https://jsfiddle.net/hhnq8a26/21/
Answer the question
In order to leave comments, you need to log in
Because you are looking for elements by ID. If you looked at the code, you would see that infinite scrolling in the owl carousel is achieved by element cloning, so you end up with multiple elements with the same ID in your code.
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question