I have a slideshow that I would like to play, then have pause for about 1 minute, then loop again.
Is there a way to do this? At the moment I just have the last slide repeating for x number of times to make it appear like the slideshow has stopped for about 1 minute.
I'm thinking there may be a better way to do this with some sort of "pause" or "delay" setting?
Many (if not most, I'm not sure) of the settings can be assigned to an img tag. I've worked with quite a few. You could try setting imagePause to 60 in the last img tag in the album. Simply add
imagePause="60"
into the img tag. This may work. I haven't tried it, though.