javascript Programming Glossary: retina
Serving high res images to retina display http://stackoverflow.com/questions/13430828/serving-high-res-images-to-retina-display display share improve this question Why setting for Retina iPhone 4s iPhone 5 iPad3 iPad4 Macbook 15 Macbook 13 all use.. 4s iPhone 5 iPad3 iPad4 Macbook 15 Macbook 13 all use Retina display. Android also support high resolution display as well.. and the other is CSS. All current solutions are for Retina but could extend to Android high resolution easily. CSS solution..
changing viewport based on device resolution http://stackoverflow.com/questions/6216409/changing-viewport-based-on-device-resolution .mobile.media screen and min width 320px Check for iPhone4 Retina Display if .mobile.media screen and webkit min device pixel..
iPad version detection in JavaScript http://stackoverflow.com/questions/7400489/ipad-version-detection-in-javascript
|