mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix relative link
This commit is contained in:
parent
33c4abced2
commit
e1df2f80df
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Note that nested carousels are not supported. You should also be aware that caro
|
|||
{{< 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 a control or indicator.
|
||||
|
||||
The only exception are [autoplaying carousels](#autoplaying-carousel) with the `data-bs-ride="carousel"` attribute – these are initialized automatically on page load. If you are using autoplaying carousels with the data attribute, **don't explicitly initialize the same carousels with the constructor method.**
|
||||
The only exception are [autoplaying carousels](#autoplaying-carousels) with the `data-bs-ride="carousel"` attribute – these are initialized automatically on page load. If you are using autoplaying carousels with the data attribute, **don't explicitly initialize the same carousels with the constructor method.**
|
||||
{{< /callout >}}
|
||||
|
||||
## Basic examples
|
||||
|
|
Loading…
Reference in a new issue