voidlabs / mosaico

Mosaico - Responsive Email Template Editor
https://mosaico.io
GNU General Public License v3.0
1.71k stars 504 forks source link

Retina Images #494

Closed barryflam closed 5 years ago

barryflam commented 5 years ago

I'm using img.src to load in an image. The dimensions are 215x143 but I want to pull in an img of size 480x319 so they look better when they go responsive.

The placeholder img is generated from the width and height. But I would like it to display the actual img dminesions and also not have imagemagick change the dimensions.

Is this possible? Thanks

bago commented 5 years ago

one option could be to alter your backend so to ignore the requested sizes and provide bigger images.