blueimp / Gallery

blueimp Gallery is a touch-enabled, responsive and customizable image & video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers. It features swipe, mouse and keyboard navigation, transition effects, slideshow functionality, fullscreen support and on-demand content loading.
https://blueimp.github.io/Gallery/
Other
3.75k stars 984 forks source link

Feature request: random/shuffle on slideshow #260

Open iainp999 opened 3 years ago

iainp999 commented 3 years ago

As per title, it would be great to have an option to shuffle images when in slideshow mode. Thanks!

blueimp commented 2 years ago

Hi @iainp999, this is actually already possible, since you can start a slideshow via the API: https://github.com/blueimp/Gallery#api

All you need to do is shuffle the links before they are passed to the initialization function.