HTML image not showing in Gmail

后端 未结 12 1187
难免孤独
难免孤独 2020-11-27 17:42

I\'m sending an e-mail newsletter in HTML. Inside the HTML I have something like

12条回答
  •  半阙折子戏
    2020-11-27 18:11

    I noticed that Google was stripping the src attribute from my img tags. I tried every answer on this page - with no luck.

    What finally worked for me was replacing img tags with divs that have background images. For example, instead of:

    I replaced it with:

    Hope this helps others who spent way too long pulling their hair out over this.

提交回复
热议问题