Loop option doesn't run with "true" or "1" or 1.
I have tried to store options value in database and put it back to lightSlider initialized function. However, loop option doesn't understand "true" or "1" or 1, only true (boolean) is accepted.
The loop of images doesn't run circle.
My options configuration:
If I set `speed: "2000"` and above, the loop ran to the end and jump back to the first images instead of running first image at the end of slide.
![1111](https://user-images.githubusercontent.com/10137579/137206431-238458ec-74c0-44e8-8e53-9c08e4cd7964.gif)
If I set `speed: "1000"` and below, the loop ran as expected.
![2222](https://user-images.githubusercontent.com/10137579/137206571-e7be1347-9e25-40aa-aef0-08b85cb6ba81.gif)
Thank you.
Hi, I will make it short !
Loop option doesn't run with "true" or "1" or 1. I have tried to store options value in database and put it back to lightSlider initialized function. However, loop option doesn't understand "true" or "1" or 1, only true (boolean) is accepted.
The loop of images doesn't run circle. My options configuration: