Outlook desktop is rendering based on media queries

Jo_Pitts1
Level 10 - Community Advisor

Morning all,

I have a situation where for a client, the emails they see in the Outlook desktop app are being impacted by a media query.

 

The media query is of this form:

    <style type="text/css">
      @media only screen and (max-width: 600px) {
        /* Lots of responsive coolness in here */
      }
    </style>

 

Has anyone else come across anything similar.  It is driving me batty!!!

Cheers

Jo

 

12 REPLIES 12