I have an html e-mail where a 625px banner image gets cut off on the right size using an HTC Android device. I’ve tried to change the viewport without any success.
<meta name="viewport" content="width=device-width" />
My understanding is because of the large number of device sizes using media queries that target specific sizes can be cause unintended issues.
Is this possible in the default e-mail client and if so can someone recommend an alternative?
Have you tried using media queries?
With the image having a class of “banner” is always successful for me.