diff options
| author | Patrick H. Lauke <[email protected]> | 2015-12-02 01:25:49 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2015-12-02 01:25:49 +0000 |
| commit | 78eafb8d068f5d4ec0f8560ee017a2c9c9e503a0 (patch) | |
| tree | 14e7f961a07b09698de7948c82d31135ba61cded /docs | |
| parent | e458c7b0e622ffec8b7e1371efbcec7138ebdb19 (diff) | |
| parent | 0021e7e5b43a08f0d0a1bed2d0ea600285ea4dd9 (diff) | |
| download | bootstrap-78eafb8d068f5d4ec0f8560ee017a2c9c9e503a0.tar.xz bootstrap-78eafb8d068f5d4ec0f8560ee017a2c9c9e503a0.zip | |
Merge pull request #18401 from tpoulos/patch-1
Proposed better phrasing in the "images" section
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/images.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/images.md b/docs/content/images.md index 937394553..38a855a09 100644 --- a/docs/content/images.md +++ b/docs/content/images.md @@ -26,7 +26,7 @@ Images in Bootstrap are made responsive with `.img-fluid`. `max-width: 100%;` an {% callout warning %} #### SVG images and IE 9-10 -In Internet Explorer 9-10, SVG images with `.img-fluid` are disproportionately sized. To fix this, add `width: 100% \9;` where necessary. Bootstrap doesn't apply this automatically as it causes complications to other image formats. +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. {% endcallout %} ## Image shapes |
