mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
fixes #18565: mention carousel sizing in docs
This commit is contained in:
@@ -14,6 +14,8 @@ A slideshow component for cycling through elements—images or slides of text—
|
|||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
When building carousels, be sure your slides are the same size as one another. The carousel doesn't automatically crop images to the same dimensions for you across slides.
|
||||||
|
|
||||||
{% example html %}
|
{% example html %}
|
||||||
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
|
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
|
||||||
<ol class="carousel-indicators">
|
<ol class="carousel-indicators">
|
||||||
|
|||||||
Reference in New Issue
Block a user