Auto Image shuffle in a Gallery

I’ve been looking and waiting for this feature. I would like to have images in a gallery shuffle on every page load. Is this possible yet?

It is possible using code.

Have the list of images in an array. On page load, shuffle the array using some JavaScript and set the gallery images.

Hi Yoav,

I had a look around on the blog and I have seen that people published some strings as well, but they also refer to elements other than the simple gallery.
Could you kindly articulate how and where I have to alter the code and add the “array” and JavaScript?

I have a slide-postcard-gallery, 6 images loaded, and “just” would like them to be reproduced randomly.
Does the array refer to the name of the image?

I am completely new to this and try to understand how to make it work…
Thank you very much.

C

I am having the same issue. Is there a video tutorial or general tutorial on how to do this?