]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Add image media query
authorEric Morris <eric@zurb.com>
Thu, 7 Nov 2013 10:33:47 +0000 (02:33 -0800)
committerEric Morris <eric@zurb.com>
Thu, 7 Nov 2013 10:33:47 +0000 (02:33 -0800)
css/ink.css

index 41a8df3be9c6d7b7033673e4b60963d41cb6be70..5c23c80141c9aff4500ffee400723416e9d84b2c 100644 (file)
@@ -479,6 +479,11 @@ body.outlook img {
 
 @media only screen and (max-width: 600px) {
 
+  table[class="body"] img {
+    width: auto !important;
+    height: auto !important;
+  }
+
   table[class="body"] .container {
     width: 95% !important;
   }