Issue stopping iPhone resizing HTML e-mails

后端 未结 5 2125
一向
一向 2021-02-07 08:59

I\'m having an issue trying to prevent the iPhone from resizing HTML e-mails to fit the screen. It seems that code below when put into the section has no effect.

My goa

5条回答
  •  [愿得一人]
    2021-02-07 09:39

    A retina iPhone has a 640px width, your media query stops at 480px.

    Anyway, you can get rid of the media query altogether. The only webkit based mail client that will use this property (-webkit-text-size-adjust:none) is iPhone's and iPad's Mail app.

    Also the Mail app may also be the only client supporting CSS3

提交回复
热议问题