From: Patrick H. Lauke Date: Wed, 6 Jan 2021 00:59:44 +0000 (+0000) Subject: Tweak wording for no-touch carousel (#32688) X-Git-Tag: v5.0.0-beta2~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1a62b47c38d2098577894e9b6340514af07754b;p=thirdparty%2Fbootstrap.git Tweak wording for no-touch carousel (#32688) based on changes made in the backport https://github.com/twbs/bootstrap/pull/32639 --- diff --git a/site/content/docs/5.0/components/carousel.md b/site/content/docs/5.0/components/carousel.md index 6aa9f614fa..49bb0f9bf1 100644 --- a/site/content/docs/5.0/components/carousel.md +++ b/site/content/docs/5.0/components/carousel.md @@ -206,9 +206,9 @@ Add `data-bs-interval=""` to a `.carousel-item` to change the amount of time to {{< /example >}} -### Suppressing touch swiping +### Disable 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, and has `data-bs-interval="false"`, meaning that it won't autoplay. +Carousels support swiping left/right on touchscreen devices to move between slides. This can be disabled using the `data-bs-touch` attribute. The example below also does not include the `data-bs-ride` attribute and has `data-bs-interval="false"` so it doesn't autoplay. {{< example >}}