Unverified Commit f3e3c497 authored by Michael Lehenbauer's avatar Michael Lehenbauer Committed by GitHub
Browse files

Docs: Rephrase 'img-fluid' explanation for clarity (and avoid passive voice). (#30190)

parent 8087272f
1 merge request!31948Examples/Floating-labels: fix bad behavior with autofill
Showing with 1 addition and 1 deletion
+1 -1
...@@ -8,7 +8,7 @@ toc: true ...@@ -8,7 +8,7 @@ toc: true
## Responsive images ## 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 >}} {{< example >}}
{{< placeholder width="100%" height="250" class="bd-placeholder-img-lg img-fluid" text="Responsive image" >}} {{< placeholder width="100%" height="250" class="bd-placeholder-img-lg img-fluid" text="Responsive image" >}}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment