Passwordless Emails' Images not Loading on Gmail

Hello,

For some reason my passwordless email when opened on Mail (Mac app) shows fine our logo. However when opening on Gmail does not show at all.

  • I’ve ensured the image is accessible to the public.
  • I’ve ensured Gmail loads all external images.

I’m not sure where the source of the issue lies. This is more or less how we’ve set the image in our html:

<p style="text-align: center;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%; margin-bottom: 30px;">
  <img src="https://example.com/logo.svg" width="50" alt="Your logo goes here" style="-ms-interpolation-mode: bicubic;border: 0;height: auto;line-height: 100%;outline: none;text-decoration: none;">
</p>

Any pointers, or help would be deeply appreciated!

Thanks,
-Sami

It seems it’s because GMail does not support SVG as image links. :confounded:

ohh… thanks for sharing it with the rest of community!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.