From 37e5cb50fba561bb19770c1253dacb67c297b162 Mon Sep 17 00:00:00 2001 From: Sergey Lukin Date: Mon, 11 Jul 2016 14:51:15 +0000 Subject: [PATCH] Explain how to hide element in email forwarded via MS Outlook --- docs/pages/visibility.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/pages/visibility.md b/docs/pages/visibility.md index 3ea27756..b3e21535 100644 --- a/docs/pages/visibility.md +++ b/docs/pages/visibility.md @@ -10,7 +10,7 @@ Visibility classes allow you to control what content appears on what screen size Foundation for Emails has two breakpoints: *small*, which is any email client under 596 pixels wide, and *large*, any client over 596 pixels. This means small generally correlates to mobile clients, and large correlates to desktop clients. -Due to Outlook's lack of support for certain CSS properties, the Foundation for Emails visibility classes should be used in conjunction with conditional comments to ensure that the content is properly hidden (or shown) in Outlook 2007, 2010 and 2013. +Due to Outlook's lack of support for certain CSS properties, the Foundation for Emails visibility classes should be used in conjunction with conditional comments to ensure that the content is properly hidden (or shown) in Outlook 2007, 2010, 2013 and 2016. For instance, in order to hide an element in MS Outlook as well as in e-mail forwarded from MS Outlook, make sure to wrap that element with `` and `` conditional formatting.

If you're using a visibility class on an image, be sure to apply it to the parent element, not to the image itself.

@@ -21,11 +21,13 @@ Due to Outlook's lack of support for certain CSS properties, the Foundation for **To show content only on desktop clients,** add the class `.show-for-large` to the element. ```inky_example +

This callout will only appear on small screens.

+

This callout will only appear on large screens.

-- 2.47.2