Remove IE9 from SVG images callout (#21566)

This commit is contained in:
Quy 2017-01-15 21:46:16 -08:00 committed by Mark Otto
parent 1528516dd6
commit db4fe7c69d
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@ Images in Bootstrap are made responsive with `.img-fluid`. `max-width: 100%;` an
{% endhighlight %} {% endhighlight %}
{% callout warning %} {% callout warning %}
#### SVG images and IE 9-10 #### SVG images and IE 10
In Internet Explorer 9-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, 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.
{% endcallout %} {% endcallout %}
## Image thumbnails ## Image thumbnails