diff options
| author | Isma <[email protected]> | 2018-02-18 18:22:41 +0000 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-03-03 13:06:00 -0800 |
| commit | ae1a068d02adc651d61bec8844aa246f4f3e275a (patch) | |
| tree | 7c89e00e456b613089edad5d5838d906fec48875 /docs | |
| parent | b33316dba3ce7ab8dc2c99d4ba17c700c3f4da74 (diff) | |
| download | bootstrap-ae1a068d02adc651d61bec8844aa246f4f3e275a.tar.xz bootstrap-ae1a068d02adc651d61bec8844aa246f4f3e275a.zip | |
Replace img-fluid by w-100 to conform with HTML
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/components/carousel.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/carousel.md b/docs/4.0/components/carousel.md index e12f83ceb..43c1c12f5 100644 --- a/docs/4.0/components/carousel.md +++ b/docs/4.0/components/carousel.md @@ -24,7 +24,7 @@ Carousels don't automatically normalize slide dimensions. As such, you may need ### Slides only -Here's a carousel with slides only. Note the presence of the `.d-block` and `.img-fluid` on carousel images to prevent browser default image alignment. +Here's a carousel with slides only. Note the presence of the `.d-block` and `.w-100` on carousel images to prevent browser default image alignment. {% example html %} <div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel"> |
