diff options
| author | Mark Otto <[email protected]> | 2016-10-27 09:19:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-27 09:19:07 -0700 |
| commit | 8ed7ebcd6344943edf68fd6d8a159190eb105a34 (patch) | |
| tree | 7f4f3ac4ed94e811822db49dfdf7ed00a8c04926 | |
| parent | abc9a526d525dad86e6fbe062161a66853227c78 (diff) | |
| download | bootstrap-8ed7ebcd6344943edf68fd6d8a159190eb105a34.tar.xz bootstrap-8ed7ebcd6344943edf68fd6d8a159190eb105a34.zip | |
fixes #18565: mention carousel sizing in docs
| -rw-r--r-- | docs/components/carousel.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/components/carousel.md b/docs/components/carousel.md index 64b012b0e..1e8d40113 100644 --- a/docs/components/carousel.md +++ b/docs/components/carousel.md @@ -14,6 +14,8 @@ A slideshow component for cycling through elements—images or slides of text— ## 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 %} <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> |
