Custom email template sizing/scaling issues

Anonymous
Not applicable

Custom email template sizing/scaling issues

I am building custom email templates but am experiencing problems with optimization across multiple devices/OS's/screen sizes etc. Is there any best practices for sizing or scaling that works across *most* if not all platforms?
 
Tags (1)
4 REPLIES 4
Matt_Stone2
Level 9

Re: Custom email template sizing/scaling issues

Single column, max width of about 600px. Not enough clients support media queries, so I stay away from responsive code.
Anonymous
Not applicable

Re: Custom email template sizing/scaling issues

Thanks Matt! But what about Android devices that have screens smaller than 600?
Matt_Stone2
Level 9

Re: Custom email template sizing/scaling issues

For most recent-generation phones/tablets, they will compress everything down automatically, which is why the single column format is important. Some older phones it won't look great, but you're never going to make it perfect for everyone when it comes to HTML emails.
Matt_Stone2
Level 9

Re: Custom email template sizing/scaling issues

Also, if you don't already use a service like Litmus or Email on Acid, definitely look into one. They will make checking your designs much, much easier.