SR
0
Email Clients Adding Styles to my Images
Recently we have had a spike in customers complaining that images are not loading in their emails. The problem has proven difficult to replicate. We finally had a customer forward to us what they are seeing and it appears that email clients are adding a max-width of 0 to some of the images in our email, causing them not to show up.
Has anyone else experienced this or found a potential fix?
Potentially related: The only change we have made recently is switching to the moderm
I havn't experience this. But just curious do you add a max-width to your image? If you don't, it might be worth testing style="max-width=?px" on your img tag and see if the client still add a 0 to it.
Can you please post the whole image tag code with inline style and attributes?