]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
bigger images
authorMark Otto <otto@github.com>
Wed, 6 Aug 2014 00:23:25 +0000 (17:23 -0700)
committerMark Otto <otto@github.com>
Wed, 6 Aug 2014 00:23:25 +0000 (17:23 -0700)
docs/components/images.md

index 53ea70a492f9ed9831a603860052199783def75a..200459d17bcfe97d887a43d713fb632f05868c1d 100644 (file)
@@ -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 %}