mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Tweak callout wording
This commit is contained in:
parent
25c51fa3ab
commit
a4e737c412
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ The carousel is a slideshow for cycling through a series of content, built with
|
|||
Note that nested carousels are not supported. You should also be aware that carousels can often cause usability and accessibility challenges.
|
||||
|
||||
{{< callout warning >}}
|
||||
For performance reasons, carousels must be manually initialized using the [carousel constructor method](#methods). Without initialization, some of the event listeners (specifically, the events needed touch/swipe support) will not be registered until a user has explicitly activated the previous/next controls, if present.
|
||||
For performance reasons, carousels must be manually initialized using the [carousel constructor method](#methods). Without initialization, some of the event listeners (specifically, the events needed touch/swipe support) will not be registered until a user has explicitly activated a control or indicator.
|
||||
|
||||
The only exception are [autoplaying carousels](#autoplaying-carousel) using the `data-bs-ride="carousel"` attribute – these are initialized automatically on the page load.
|
||||
The only exception are [autoplaying carousels](#autoplaying-carousel) using the `data-bs-ride="carousel"` attribute – these are initialized automatically on page load.
|
||||
{{< /callout >}}
|
||||
|
||||
## Basic examples
|
||||
|
|
Loading…
Reference in a new issue