From 54fba7cbe598b92e76d98ac68c2b097a822a13f0 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Thu, 20 Aug 2015 17:38:40 -0400 Subject: Rename .img-responsive class to .img-fluid Fix #17166 --- docs/content/images.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/content') diff --git a/docs/content/images.md b/docs/content/images.md index a72f0041b..6513bd18d 100644 --- a/docs/content/images.md +++ b/docs/content/images.md @@ -13,20 +13,20 @@ Opt your images into responsive behavior (so they never become larger than their ## Responsive images -Images in Bootstrap are made responsive with `.img-responsive`. `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`. `max-width: 100%;` and `height: auto;` are applied to the image so that it scales with the parent element.
- Generic responsive image + Generic responsive image
{% highlight html %} -Responsive image +Responsive image {% endhighlight %} {% callout warning %} #### SVG images and IE 9-10 -In Internet Explorer 9-10, SVG images with `.img-responsive` 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. Bootstrap doesn't apply this automatically as it causes complications to other image formats. {% endcallout %} ## Image shapes -- cgit v1.2.3