Unverified Commit 58dd4cc6 authored by Mark Otto's avatar Mark Otto Committed by GitHub
Browse files

v4: Update docs callout for responsive SVG images (#30809)

Turns out this applies to IE11 as well as IE10, so this clarifies the docs callout.

Closes #25242

.

Co-authored-by: default avatarXhmikosR <xhmikosr@gmail.com>
6 merge requests!36532My v4 dev,!34086v4: Fix prevented show event disables modals with fade class from being displayed again,!33729V4 dev,!33086V4 dev,!31901Add opacity utilities,!31513Update icons.md
Showing with 2 additions and 2 deletions
+2 -2
......@@ -19,9 +19,9 @@ Images in Bootstrap are made responsive with `.img-fluid`. `max-width: 100%;` an
{% endhighlight %}
{% capture callout %}
##### SVG images and IE 10
##### SVG images and Internet Explorer
In Internet Explorer 10, SVG images with `.img-fluid` are disproportionately sized. To fix this, add `width: 100% \9;` where necessary. This fix improperly sizes other image formats, so Bootstrap doesn't apply it automatically.
In Internet Explorer 10 and 11, SVG images with `.img-fluid` are disproportionately sized. To fix this, add `width: 100%;` or `.w-100` where necessary. This fix improperly sizes other image formats, so Bootstrap doesn't apply it automatically.
{% endcapture %}
{% include callout.html content=callout type="warning" %}
......
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