diff options
| author | Mark Otto <[email protected]> | 2015-04-26 07:49:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-26 07:49:11 -0700 |
| commit | aee20f7ffc6121d20d870bf67c7111c728282063 (patch) | |
| tree | 531c7de1623b9cd1f19021d8bac585d3a5466f8d /docs/components | |
| parent | dc835db51cf49b03e1d1ccf15ca08ecbeea59c67 (diff) | |
| download | bootstrap-aee20f7ffc6121d20d870bf67c7111c728282063.tar.xz bootstrap-aee20f7ffc6121d20d870bf67c7111c728282063.zip | |
docs note
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/images.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/images.md b/docs/components/images.md index e7b29d45a..dca37a5e8 100644 --- a/docs/components/images.md +++ b/docs/components/images.md @@ -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"> |
