bqworks / slider-pro

A modular, responsive and touch-enabled jQuery slider plugin that enables you to create elegant and professionally looking sliders.
MIT License
877 stars 390 forks source link

random order at every page refresh #336

Open care46 opened 8 months ago

care46 commented 8 months ago

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?

care46 commented 8 months ago

like in this example

https://bqworks.net/slider-pro/#example3

the order is changing at every refresh, i don't want this

davidghi commented 8 months ago

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