X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Shuffle images (https://forum.x-cart.com/showthread.php?t=62595)

torbenbendixen 02-09-2012 09:18 AM

Shuffle images
 
Anybody knows how to shuffle images?
I have this site: www.satoni.com (version 4.4.4) and on the frontpage there is 4 sections of images shuffling, but that is because the images are coming from http://lorempixum.com/320/240/sports etc.

I would like to use my own images, but keep the shuffle, but I don't know how to do this.

Anybody who can help?

Thank you.

PhilJ 02-09-2012 11:06 AM

Re: Shuffle images
 
You could randomise images like this...

Code:

<img src="path/to/image_{1|rand:4}.jpg" />

Then upload 4 images - image_1.jpg / image_2.jpg / image_3.jpg / image_4.jpg

torbenbendixen 02-09-2012 12:32 PM

Re: Shuffle images
 
Perfect!!!

Thank you very much :-)


All times are GMT -8. The time now is 06:37 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.