CMS Development

ClaudioAG
Member

Newsletter logo not rendering correctly when resized

SOLVE

Hi,

 

I'm creating a custom newsletter template, but when I try to add a @2x image I have a strange effect, in Hubspot preview I see a blurry image, while when I copy paste the code in a HTML file in my computer I see it correctly, here the examples (see the altiqa logo):

 

HubSpot:
http://www.altiqa.group/-temporary-slug-f69ec20d-d12b-4c4a-90b1-cd1324fea375?hs_preview=TDfPFTIN-670...

 

Local:
http://nsu.ander.gr/2018/html.html

 

Someone had the same issue?

 

Thanks for the support!

 

Best,

0 Upvotes
1 Accepted solution
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Newsletter logo not rendering correctly when resized

SOLVE

@ClaudioAG,

add ?noresize to the end of the img src.  would like like img src="image.jpg?noresize"

View solution in original post

0 Upvotes
2 Replies 2
dennisedson
Solution
HubSpot Product Team
HubSpot Product Team

Newsletter logo not rendering correctly when resized

SOLVE

@ClaudioAG,

add ?noresize to the end of the img src.  would like like img src="image.jpg?noresize"

0 Upvotes
ClaudioAG
Member

Newsletter logo not rendering correctly when resized

SOLVE

Thanks @dennisedson!

0 Upvotes