]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: Rephrase 'img-fluid' explanation for clarity (and avoid passive voice). (#30190)
authorMichael Lehenbauer <mikelehen@gmail.com>
Mon, 17 Feb 2020 07:50:27 +0000 (23:50 -0800)
committerGitHub <noreply@github.com>
Mon, 17 Feb 2020 07:50:27 +0000 (09:50 +0200)
site/content/docs/4.3/content/images.md

index 3ed86786cf3a7f35ec733ca21436aaa6320e6e58..53f45de881a0f0a97d9b45c7da42ad72200d2a55 100644 (file)
@@ -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" >}}