From: Calvin Correli Date: Fri, 7 Nov 2014 19:50:45 +0000 (-0500) Subject: Don't scale images up on smaller screens X-Git-Tag: v2.0.0~2^2~25^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F114%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Don't scale images up on smaller screens - only scale them down, as necessary --- diff --git a/css/ink.css b/css/ink.css index 92b14dc8..50ef21fb 100644 --- a/css/ink.css +++ b/css/ink.css @@ -587,8 +587,8 @@ body.outlook p { @media only screen and (max-width: 600px) { table[class="body"] img { - width: auto !important; - height: auto !important; + max-width: auto !important; + max-height: auto !important; } table[class="body"] center {