diff options
| author | Mark Otto <[email protected]> | 2014-08-05 17:23:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-05 17:23:25 -0700 |
| commit | 668dc448a74d5c5122ba0c9e9c91db1aee24a0f7 (patch) | |
| tree | a72d191c34eb793d314e2e9b60f2db6edf01b09b /docs/components | |
| parent | 60e64015de33ebfe32530bdcb3b5ebc35334e76f (diff) | |
| download | bootstrap-668dc448a74d5c5122ba0c9e9c91db1aee24a0f7.tar.xz bootstrap-668dc448a74d5c5122ba0c9e9c91db1aee24a0f7.zip | |
bigger images
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/images.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components/images.md b/docs/components/images.md index 53ea70a49..200459d17 100644 --- a/docs/components/images.md +++ b/docs/components/images.md @@ -25,9 +25,9 @@ Images in Bootstrap 3 can be made responsive-friendly via the addition of the `. Add classes to an `<img>` element to easily style images in any project. <div class="bs-example bs-example-images"> - <img data-src="holder.js/140x140" class="img-rounded" alt="A generic square placeholder image with rounded corners"> - <img data-src="holder.js/140x140" class="img-circle" alt="A generic square placeholder image where only the portion within the circle circumscribed about said square is visible"> - <img data-src="holder.js/140x140" class="img-thumbnail" alt="A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera"> + <img data-src="holder.js/200x200" class="img-rounded" alt="A generic square placeholder image with rounded corners"> + <img data-src="holder.js/200x200" class="img-circle" alt="A generic square placeholder image where only the portion within the circle circumscribed about said square is visible"> + <img data-src="holder.js/200x200" class="img-thumbnail" alt="A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera"> </div> {% highlight html %} |
