Have researched into displaying random images, but can’t seem to find the solution looking for this one. 30 images in total, the locations for them, divided up into 3 folders, 10 in each. On every page load, 10 from one folder would appear randomised in any order in a vertical block, then on page refresh/load, 10 from the next folder would appear in the same randomized way, then on page refresh/load, and so on, and so on.
Is this possible without any javascript please ? The images can all go in one folder if that helps.
I don’t know what your skill set is, but you could pretty easily write a custom PHP script for this.
This function with a little bit of logic flow and you should be off and running. You may want to consider making a post in the PHP forum. No matter what approach you choose, it will not be possible through HTML/CSS only.
Well, if you don’t want to use JavaScript the next nearest would be a server side script such as a ‘PHP Random Image Generator’. However, do you have access to PHP on your Server?