diff options
| author | Michael Lehenbauer <[email protected]> | 2020-02-16 23:50:27 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-17 09:50:27 +0200 |
| commit | f3e3c4976b8456f257a27f4aaa9e33a85a36caaf (patch) | |
| tree | fd5f0cb882f495218ced4ea88d14b8d6760a4b21 | |
| parent | 8087272f067f16b1bde32f5ee28de615abeea4a3 (diff) | |
| download | bootstrap-f3e3c4976b8456f257a27f4aaa9e33a85a36caaf.tar.xz bootstrap-f3e3c4976b8456f257a27f4aaa9e33a85a36caaf.zip | |
Docs: Rephrase 'img-fluid' explanation for clarity (and avoid passive voice). (#30190)
| -rw-r--r-- | site/content/docs/4.3/content/images.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/content/images.md b/site/content/docs/4.3/content/images.md index 3ed86786c..53f45de88 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" >}} |
