0

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?

Nuno Macedo
  • 124
  • 5
SVJ
  • 1
  • 1

2 Answers2

0

You can use detach method. Here is a link.

Kushal Jayswal
  • 925
  • 1
  • 12
  • 31
0

To stop the slideshow on last image, you can set circular to false (default is true). See: Alloy Carousel API

Andre Albert
  • 1,386
  • 8
  • 17