CMS Development

alt36
Colaborador

Image quality issue in marketing email template

resolver

Hello, super novice here... Downloaded a free email template and uploaded images (png) into rich text fields. Resized and set DPI to 300. Images look fine in preview mode (viewed in web tab), but came across very blurry in test email.

 

Any advice would be much appreciated!

 

 

0 Me gusta
1 Soluciones aceptada
dennisedson
Solución
Equipo de producto de HubSpot
Equipo de producto de HubSpot

Image quality issue in marketing email template

resolver

@alt36, if you added the image in a rich text field, you should be able to open up the code view of the rich text editor.(click on tools -- source code)  there you should see the image url.  you can append the ?noresize to the end of it

it should look something like:

<img src="https://cdn2.hubspot.net/hubfs/xxxx/bigimage.jpg?noresize" width="300">

Ver la solución en mensaje original publicado

5 Respuestas 5
dennisedson
Equipo de producto de HubSpot
Equipo de producto de HubSpot

Image quality issue in marketing email template

resolver

@alt36, add ?noresize to the end of the img src

here is an article on it

0 Me gusta
alt36
Colaborador

Image quality issue in marketing email template

resolver

Thanks Dennis. I did read that somewhere, just not sure how to access the image source in the paid for template. Can I do this on the actual image file in Hubspot? Or would I need to access the template in design manager, clone the module to html, and do it there?

 

For a platform supposedly built for the everyday user, I am finding Huspot increasingly difficult to work with 😞

 

 

0 Me gusta
dennisedson
Solución
Equipo de producto de HubSpot
Equipo de producto de HubSpot

Image quality issue in marketing email template

resolver

@alt36, if you added the image in a rich text field, you should be able to open up the code view of the rich text editor.(click on tools -- source code)  there you should see the image url.  you can append the ?noresize to the end of it

it should look something like:

<img src="https://cdn2.hubspot.net/hubfs/xxxx/bigimage.jpg?noresize" width="300">

dennisedson
Equipo de producto de HubSpot
Equipo de producto de HubSpot

Image quality issue in marketing email template

resolver

@alt36

ps

once you get into the flow of hubspot, it is pretty powerful and easy to use.  Hopefully you bought a template that is easy to work with 🙂

alt36
Colaborador

Image quality issue in marketing email template

resolver

Thank you. I had to do away with most the template and replace the image modules with rich text, but this did end up working well. Most appreciated!

0 Me gusta