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