I am using Alloy UI for my slideshow and it works great. I have 2 issues.
How can I stop the slideshow after the last slide? On click of Replay button, how do I replay the carousel?
I am using Alloy UI for my slideshow and it works great. I have 2 issues.
How can I stop the slideshow after the last slide? On click of Replay button, how do I replay the carousel?
To stop the slideshow on last image, you can set circular
to false
(default is true
).
See: Alloy Carousel API