Link to home
Start Free TrialLog in
Avatar of jrc85215
jrc85215

asked on

iOS retina Display, HTML Email Signature

I have an HTML Email signature with an image sitting above some simple HTML code.

Is there a way for the iPhone with it's retina display to show this image at double resolution in the native iPhone mail app?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Sigurdur Armannsson
Sigurdur Armannsson
Flag of Iceland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jrc85215
jrc85215

ASKER

Is there a downside to sizing the image at 2 times larger, then specifying the image at 1/2 that size.

For example:

The hi-res image is 600px by 200px. Would something like this work:
<img src="http://filename.png" border="0" width="300" height="100" alt="" />

Open in new window


The result I am seeing is a very crisp graphic on the iPhone, and a scaled down version of this  image on the iPad, Thunderbird, Outlook Express (2003), and Gmail.

All of this would be much easier if I could get the media queries to work in the header...

Thanks for the response
I really don't like this. My signature is in html and Apple has not allowed yet to fiddle with the signatures.