12-27-2011 04:04 PM
Hi
I have an image 750px by 1013px...when i send an image to my iphone image gets resized.
I added the following metatags as well:
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<meta name="viewport" content="target-densitydpi=device-dpi" />
<meta name="MobileOptimized" content="300"/>
<meta name=”HandheldFriendly” content=”True” />
But it does not make the image resized on the screen like on the iphone
Any advice?