aboutsummaryrefslogtreecommitdiff
path: root/less/tests/css-tests.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-03 17:35:35 -0700
committerMark Otto <[email protected]>2012-09-03 17:35:35 -0700
commitacf2a64016a94c2017ab8aa0ec694835ee1ea42c (patch)
tree9a47b7254fc6c0b0b95213dfc42d0e12a41c884d /less/tests/css-tests.html
parent8cda830eaf568be8204a96ca635c0bed373028ff (diff)
downloadbootstrap-acf2a64016a94c2017ab8aa0ec694835ee1ea42c.tar.xz
bootstrap-acf2a64016a94c2017ab8aa0ec694835ee1ea42c.zip
fixes #4935: properly comment responsive image techniques and add CSS tests to support
Diffstat (limited to 'less/tests/css-tests.html')
-rw-r--r--less/tests/css-tests.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html
index 471514339..c0cb1485e 100644
--- a/less/tests/css-tests.html
+++ b/less/tests/css-tests.html
@@ -98,6 +98,44 @@
+<!-- Responsive images
+================================================== -->
+
+<div class="page-header">
+ <h1>Responsive images</h1>
+</div>
+
+<div class="row">
+ <div class="span4">
+ <img src="http://placehold.it/600x600" height="200">
+ </div>
+ <div class="span4">
+ <img src="http://placehold.it/600x600">
+ </div>
+ <div class="span4">
+ <img src="http://placehold.it/600x600">
+ </div>
+</div>
+
+<br>
+
+<div class="row">
+ <div class="span4">
+ <img src="http://placehold.it/600x900" style="width: 200px;">
+ </div>
+ <div class="span4">
+ <img src="http://placehold.it/200x300">
+ </div>
+ <div class="span4">
+ <img src="http://placehold.it/600x600">
+ </div>
+</div>
+
+<br><br>
+
+
+
+
<!-- Fluid grid
================================================== -->