Change Image on refresh

0
I need to display images that changes on refresh (Whenever page is refresh image changes ) how can I do that , is there any Widgets?
asked
1 answers
0

Show the image in a dataview and give the dataview a microflow as datasource. Make that microflow select an image, either next-next-next every time, or randomly selecting one maybe using

floor(random()*$NumberOfImagesToChooseFrom))

to get a number for your next image

answered