From 86bb3b8126c94ee8c839eac4d9120f3edeafefdd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 13 Apr 2013 23:17:39 -0700 Subject: IE8 doesn't need help with responsive images, they work just dandy apparently (see http://jsbin.com/idesit/1) --- less/scaffolding.less | 1 - 1 file changed, 1 deletion(-) (limited to 'less') diff --git a/less/scaffolding.less b/less/scaffolding.less index 7d06e35b2..793660710 100644 --- a/less/scaffolding.less +++ b/less/scaffolding.less @@ -71,7 +71,6 @@ a:focus { img { // Responsive images (ensure images don't scale beyond their parents) max-width: 100%; // Part 1: Set a maxium relative to the parent - width: auto\9; // IE8 need help adjusting responsive images height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching // Match vertical alignment with other comment elements -- cgit v1.2.3