From b26fbdfa1a9eaabdcd22b8629066d6990a653e61 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Mon, 28 Dec 2020 14:19:23 +0000 Subject: [PATCH] Remove data-ride from example carousel --- site/content/docs/4.5/components/carousel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/4.5/components/carousel.md b/site/content/docs/4.5/components/carousel.md index b53a17bc94e5..84c8fd4c15ab 100644 --- a/site/content/docs/4.5/components/carousel.md +++ b/site/content/docs/4.5/components/carousel.md @@ -210,10 +210,10 @@ Add `data-interval=""` to a `.carousel-item` to change the amount of time to del ### Suppressing touch swiping -By default, carousels support swiping left/right on touchscreen devices to move between slides. This can be explicitly suppressed using the `data-touch` attribute. +By default, carousels support swiping left/right on touchscreen devices to move between slides. This can be explicitly suppressed using the `data-touch` attribute. The example below also does not include the `data-ride="carousel"` attribute, meaning that it won't autoplay. {{< example >}} -