I'm currently working on some e-mail templates for my company using the mjml framework. Worked like a dream before I ran into some trouble with the images.
I set images like the company logo as .png files width 2x and resize them in the mj-image tag. In testing (gmail app on IOS) these images look blurry and I can't do nothing to prevent it.
Code is looking like this:
<mj-image width="261px" height="38px" src="***logo.png" padding-bottom="20px" href="#" alt=""></mj-image>
Anyone has some experience with this problem ?