From ae1a068d02adc651d61bec8844aa246f4f3e275a Mon Sep 17 00:00:00 2001 From: Isma <i.elbelghiti@hotmail.com> Date: Sun, 18 Feb 2018 18:22:41 +0000 Subject: [PATCH] Replace img-fluid by w-100 to conform with HTML --- docs/4.0/components/carousel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.0/components/carousel.md b/docs/4.0/components/carousel.md index e12f83cebb..43c1c12f56 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"> -- GitLab