From 52997cd48605604667c36f4671fc93bfa46ecf38 Mon Sep 17 00:00:00 2001 From: Seth Coelen Date: Wed, 11 May 2016 15:13:30 -0400 Subject: [PATCH] removes width: auto If the image is not exact dimensions with:auto will break your email if the image is bigger than its container. --- _input/sass/components/base.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/_input/sass/components/base.scss b/_input/sass/components/base.scss index 224f384..7b38e34 100644 --- a/_input/sass/components/base.scss +++ b/_input/sass/components/base.scss @@ -44,7 +44,6 @@ img { outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; - width: auto; max-width: 100%; float: left; clear: both;