From: Quy Date: Mon, 16 Jan 2017 05:46:16 +0000 (-0800) Subject: Remove IE9 from SVG images callout (#21566) X-Git-Tag: v4.0.0-beta~147^2~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db4fe7c69dbe7c878a6b9664585bde70503fbe82;p=thirdparty%2Fbootstrap.git Remove IE9 from SVG images callout (#21566) --- diff --git a/docs/content/images.md b/docs/content/images.md index fc8cda6b43..a892064888 100644 --- a/docs/content/images.md +++ b/docs/content/images.md @@ -25,9 +25,9 @@ Images in Bootstrap are made responsive with `.img-fluid`. `max-width: 100%;` an {% endhighlight %} {% 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 %} ## Image thumbnails