Open care46 opened 10 months ago
like in this example
https://bqworks.net/slider-pro/#example3
the order is changing at every refresh, i don't want this
That's because of the shuffle
option, which is disabled by default, but probably enabled in your implementation. You just need to remove it or set it to false.
Best, David
I create a code that return image from db with a specific order But at every refresh the slider change randomically the order of the image
Can i force the fixed order in the slider?