From ecb35c7c6cf325d73030056f86ca389607dec62b Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 10 Dec 2015 13:26:19 -0600 Subject: [PATCH] feat(img): default to max-width: 100% --- ionic/components/app/normalize.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ionic/components/app/normalize.scss b/ionic/components/app/normalize.scss index 1e2ac8e403..35616127fd 100644 --- a/ionic/components/app/normalize.scss +++ b/ionic/components/app/normalize.scss @@ -36,6 +36,7 @@ strong { // Remove border when inside `a` element in IE 8/9/10. img { border: 0; + max-width: 100%; } // Correct overflow not hidden in IE 9/10/11.