sachinchoolur / lightslider

JQuery lightSlider is a lightweight responsive Content slider with carousel thumbnails navigation
http://sachinchoolur.github.io/lightslider/
MIT License
2.04k stars 1.52k forks source link

continuous loop without reverse/rewind #444

Open srevenant opened 4 years ago

srevenant commented 4 years ago

Loving this library, super cool.

I am building from the example of auto width elements. I like how that example does a continuous scroll without a rewind -- once you hit element 10, the next element is 1, etc.

But when I implement the same, it does a rewind back to the beginning, reversing the direction. On quick glance, I'm wondering if it's a problem that I'm using jquery 3.3.1.

Thanks!