From 8820c563d2fb5df100b00d95e0306c59067b58a6 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 21 Jan 2016 14:18:54 -0800 Subject: [PATCH] Remove print-specific img max-width:100%; style so that Google Maps and other widgets print correctly See https://github.com/h5bp/html5-boilerplate/issues/1741 X-Ref: #1506 --- scss/_print.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scss/_print.scss b/scss/_print.scss index e2929bb487..c6b8f35ab2 100644 --- a/scss/_print.scss +++ b/scss/_print.scss @@ -37,10 +37,6 @@ page-break-inside: avoid; } - img { - max-width: 100% !important; - } - p, h2, h3 {