]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs note
authorMark Otto <markdotto@gmail.com>
Sun, 26 Apr 2015 14:49:11 +0000 (07:49 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 26 Apr 2015 14:49:11 +0000 (07:49 -0700)
docs/components/images.md

index e7b29d45a04acaa9cfc964770d05cccc2766d6ea..dca37a5e845e5591c2804a607c27edbf7e2a0cd6 100644 (file)
@@ -7,7 +7,7 @@ Opt your images into responsive behavior (so they never become larger than their
 
 ## Responsive images
 
-Images in Bootstrap are responsive by default. `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-responsive`. `max-width: 100%;` and `height: auto;` are applied to the image so that it scales with the parent element.
 
 <div class="bd-example">
   <img data-src="holder.js/100%x250" class="img-responsive" alt="Generic responsive image">