Issue stopping iPhone resizing HTML e-mails

后端 未结 5 2152
一向
一向 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:43

    What you are doing is correct but the problem is that rather than using -webkit-text-size-adjust:none; inside a style tag, you should use it in the below manner:

    
    

    This means you should use this as an inline css property.

提交回复
热议问题