Re: Social Icon Scaling in Curved Paper Email Template

Hank_Hansen
Level 5

Social Icon Scaling in Curved Paper Email Template

When I add graphics for social icons within the curved paper email template, the social icons scale up on iPhone to fill the width of the screen (heavily pixelated and not usable). Is there a technique to prevent this?

 
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: Social Icon Scaling in Curved Paper Email Template

Hi Hank. This is CSS. An html/css designer will be able to fix this for you. There needs to be an @media query put into the header.
Alok_Ramsisaria
Level 10

Re: Social Icon Scaling in Curved Paper Email Template

You can define the width and height of the social icons with in the image tag like this: <img width="50" height="50" src="">. Please let me know, if you face any issues or you can email me at haris@grazitti.com
Hank_Hansen
Level 5

Re: Social Icon Scaling in Curved Paper Email Template

Thanks guys - I did try defining width and height which did not solve the problem (in my own tests anyway). I'll pursue the @media query approach.