I have set the ACM Hero style 2 to autoplay:true. How do I adjust the interval time when the image changes to the next one? I've tried adding data-interval:5000, but it's not working.
heninng Hi Try this change the autoplay:true with a values
autoplay:5000
I have added the following code autoplay:5000 but now the images don't event change. When I change it back to autoplay:true it starts rotating but I still need to decrease the time it takes before it changes.
heninng Hi Kindly check it now. I added
autoplay: { delay: 5000, },
Thanks Pankaj, it works perfectly!