From: Mark Otto Date: Thu, 27 Oct 2016 16:19:07 +0000 (-0700) Subject: fixes #18565: mention carousel sizing in docs X-Git-Tag: v4.0.0-alpha.6~480^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ed7ebcd6344943edf68fd6d8a159190eb105a34;p=thirdparty%2Fbootstrap.git fixes #18565: mention carousel sizing in docs --- diff --git a/docs/components/carousel.md b/docs/components/carousel.md index 64b012b0e0..1e8d40113c 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 %}