From fb5d2fe17be9fc2a0ac2caeb44f61fb97abaa78a Mon Sep 17 00:00:00 2001 From: Kraig Walker Date: Mon, 20 Oct 2014 11:09:46 +0100 Subject: [PATCH] Add iPhone 6 Device Resolution Media Query adds the media query to the light version of email template --- email_lite.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/email_lite.html b/email_lite.html index ce3a001..dba4a72 100644 --- a/email_lite.html +++ b/email_lite.html @@ -97,7 +97,11 @@ } @media only screen and (-webkit-min-device-pixel-ratio: 2) { - /* Put your iPhone 4g styles in here */ + /* Put your iPhone 4 styles in here */ + } + + @media only screen and (-webkit-min-device-pixel-ratio: 3) { + /* Put your iPhone 6 styles in here */ } /* Android targeting */