From 8873ec9f5bc6105d7c6073a1801863a51dd3b703 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Mon, 28 Dec 2020 15:15:58 +0000 Subject: [PATCH] Correct attribute table explanation and remove slide class from example looking at the code, it's still `ride`, not `slide`the `if "carousel"` bit was rather unclear/confusing --- site/content/docs/5.0/components/carousel.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/content/docs/5.0/components/carousel.md b/site/content/docs/5.0/components/carousel.md index 0d304473de71..8d9fd6edae46 100644 --- a/site/content/docs/5.0/components/carousel.md +++ b/site/content/docs/5.0/components/carousel.md @@ -208,10 +208,10 @@ Add `data-bs-interval=""` to a `.carousel-item` to change the amount of time to ### 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-bs-touch` attribute. The example below also does not include the `data-bs-ride` attribute, meaning that it won't autoplay. +By default, carousels support swiping left/right on touchscreen devices to move between slides. This can be explicitly suppressed using the `data-bs-touch` attribute. The example below also does not include the `data-bs-ride` attribute nor the `.slide` class, meaning that it won't autoplay. {{< example >}} -