To set or to stop autoplay in Bootstrap carousel you can use data attributes or JavaScript code.

Detailed documentation and more examples of Bootstrap grid you can find in our Bootstrap Carousel Docs.

Note: Autoplay for the carousel is turned on from default.


Basic carousel - autoplay turned on from default

Autoplay turned off

To turn off the autoplay set data-interval="false" to the carousel element.