Tag Archives: iPhone 4

iPhone 4 Retina Display HTML/CSS

Here is a quick and easy way to make your html/css look good on an old iphone/ipod touch AND a new retina display iphone 4. Just try the following: 1) Add the proper meta tag into the html’s header. This version also locks the scale: <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> 2) Add references to [...]