Hi there,
I'm using this currently to get one random image at a time, but I'd like to get 4. How can I get 4 random images that are all different?
while (next_album()):
// random images
makeImageCurrent(getRandomImagesAlbum(getAlbumTitle()));
echo '';
printImageThumb(getAnnotatedImageTitle());
echo '';
endwhile;