Retina display is a trademark used by Apple for displays claimed to have pixel density so high that the eye would not be able to notice pixelation.
I know that currently the status bar (with the time, battery, and network connection) at the top of the iPhone/…
ios uikit retina-displayMy code works fine for normal devices but creates blurry images on retina devices. Does anybody know a solution for …
uiimage uikit scale retina-display image-captureDoes iOS SDK provides an easy way to check if the currentDevice has an high-resolution display (retina) ? The best way …
ios iphone retina-display uiscreenHow can you simulate a retina display (HiDPI mode) in Mac OS X 10.8 Mountain Lion on a non-retina display?
macos osx-mountain-lion retina-displayWith the new Apple MacBook Pro with retina display, if you provide a "standard" image on your website, it'll be …
html image retina-displayI have coded a webpage meant for retina display. I currently do not have a retina display monitor. Is there …
webpage retina-displayI am using the following CSS for Retina images and it works perfectly in FF, Chrome, Safari but not in …
css internet-explorer-8 background retina-displayIs there a way to simulate a Retina display on Windows to test a website for HiDPI displays such as …
html css retina-display retina.jsApple presented new iPad that support retina graphics. I saw this link retina graphic in apple apps. As you can …
iphone ios ipad retina-displayRight now I am using this function: function is_retina_device() { return window.devicePixelRatio > 1; } But its simplicity scares me. …
javascript jquery retina-display