Gmail shows download icon on images of HTML Email

后端 未结 8 1251
礼貌的吻别
礼貌的吻别 2021-02-14 02:07

We have a Html Builder, that allows you to create responsive html for emails. We are using a third party engine to send the emails in bulk. The problem is, when email is being o

相关标签:
8条回答
  • 2021-02-14 02:34

    I have fixed this by wrapping my large images in an anchor tag like this one:

    <a href='#'>

    If you don't want the user's cursor to indicate a link, add style='cursor: default;' to your img element.

    0 讨论(0)
  • 2021-02-14 02:37

    I have fixed this by add this code to syles

    table table table div {display: none !important;}
    
    0 讨论(0)
提交回复
热议问题