From 53c67b1c03af4e14d098e85d736e638ea9e5f954 Mon Sep 17 00:00:00 2001 From: catch Date: Mon, 2 Apr 2012 13:13:15 +0900 Subject: [PATCH] Issue #1490468 by Schnitzel: Added Allow images to scale with fluid layouts in responsive designs. --- core/themes/stark/css/layout.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/themes/stark/css/layout.css b/core/themes/stark/css/layout.css index cb8e56100b8b..a31a7740ff9d 100644 --- a/core/themes/stark/css/layout.css +++ b/core/themes/stark/css/layout.css @@ -20,6 +20,11 @@ position: relative; } +img { + height: auto; + max-width: 100%; +} + @media all and (min-width: 480px) and (max-width: 959px) { #content { width: 100%;