Social Icon Scaling in Curved Paper Email Template | Community
Skip to main content
Hank_Hansen
Level 5
December 19, 2014
Question

Social Icon Scaling in Curved Paper Email Template

  • December 19, 2014
  • 3 replies
  • 1108 views
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?

 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

December 22, 2014
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.
Level 10
January 5, 2015
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
January 5, 2015
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.