From: Michael Lehenbauer Date: Mon, 17 Feb 2020 07:50:27 +0000 (-0800) Subject: Docs: Rephrase 'img-fluid' explanation for clarity (and avoid passive voice). (#30190) X-Git-Tag: v5.0.0-alpha1~435 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3e3c4976b8456f257a27f4aaa9e33a85a36caaf;p=thirdparty%2Fbootstrap.git Docs: Rephrase 'img-fluid' explanation for clarity (and avoid passive voice). (#30190) --- diff --git a/site/content/docs/4.3/content/images.md b/site/content/docs/4.3/content/images.md index 3ed86786cf..53f45de881 100644 --- a/site/content/docs/4.3/content/images.md +++ b/site/content/docs/4.3/content/images.md @@ -8,7 +8,7 @@ toc: true ## Responsive images -Images in Bootstrap are made responsive with `.img-fluid`. `max-width: 100%;` and `height: auto;` are applied to the image so that it scales with the parent element. +Images in Bootstrap are made responsive with `.img-fluid`. This applies `max-width: 100%;` and `height: auto;` to the image so that it scales with the parent element. {{< example >}} {{< placeholder width="100%" height="250" class="bd-placeholder-img-lg img-fluid" text="Responsive image" >}}