mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
IE8 doesn't need help with responsive images, they work just dandy apparently (see http://jsbin.com/idesit/1)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user