D
D
Demigodd2020-04-27 10:59:18
gmail
Demigodd, 2020-04-27 10:59:18

How to remove alt text of pictures from Email Preview?

How to remove the word TestImage from Preview emails in Gmail ?
5ea68f4ded99a131444321.png

This is the Template I use for writing.

<body>
  <a href="url-link">
    <img src="img-link" alt="TestImage">
  </a>
</body>


Gmail somehow selects an attribute from the content altand exposes it in the Preview .
As an example, if you remove the tag, аthen the text will not be displayed in Preview .
<body>
  <img src="img-link" alt="TestImage">
</body>


How to save the tag aand also disable the display of the altimage?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question