Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

random order at every page refresh #336

Open
care46 opened this issue Jan 31, 2024 · 2 comments
Open

random order at every page refresh #336

care46 opened this issue Jan 31, 2024 · 2 comments

Comments

@care46
Copy link

care46 commented Jan 31, 2024

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
Copy link
Author

care46 commented Jan 31, 2024

like in this example

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

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

@davidghi
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants