]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix responsive img docs
authorcdalexndr <cdalxndr@yahoo.com>
Wed, 8 Sep 2021 11:40:45 +0000 (14:40 +0300)
committerMark Otto <otto@github.com>
Tue, 14 Sep 2021 04:19:13 +0000 (22:19 -0600)
https://github.com/twbs/bootstrap/issues/34885

site/content/docs/5.1/content/images.md

index f1012efbf55793b8d47a2e1a3c6dedd4638cd469..9d13ef4fb815c33e04a0600c653766650a5cc322 100644 (file)
@@ -1,14 +1,14 @@
 ---
 layout: docs
 title: Images
-description: Documentation and examples for opting images into responsive behavior (so they never become larger than their parent elements) and add lightweight styles to them—all via classes.
+description: Documentation and examples for opting images into responsive behavior (so they never become wider than their parent) and add lightweight styles to them—all via classes.
 group: content
 toc: true
 ---
 
 ## Responsive images
 
-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.
+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 width.
 
 {{< example >}}
 {{< placeholder width="100%" height="250" class="bd-placeholder-img-lg img-fluid" text="Responsive image" >}}