Top "Retina-display" questions

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.

How to programmatically get iOS status bar height

I know that currently the status bar (with the time, battery, and network connection) at the top of the iPhone/…

ios uikit retina-display
How to capture UIView to UIImage without loss of quality on retina display

My 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-capture
Detect Retina Display

Does iOS SDK provides an easy way to check if the currentDevice has an high-resolution display (retina) ? The best way …

ios iphone retina-display uiscreen
How to simulate a retina display (HiDPI mode) in Mac OS X 10.8 Mountain Lion on a non-retina display?

How 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-display
Automatic Retina images for web sites

With the new Apple MacBook Pro with retina display, if you provide a "standard" image on your website, it'll be …

html image retina-display
How to test a webpage meant for Retina display?

I have coded a webpage meant for retina display. I currently do not have a retina display monitor. Is there …

webpage retina-display
IE8 fix for background-size property? Retina Image

I 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-display
How to test a website for Retina on Windows without an actual Retina display?

Is there a way to simulate a Retina display on Windows to test a website for HiDPI displays such as …

html css retina-display retina.js
How to support both iPad and iPhone retina graphics in universal apps

Apple presented new iPad that support retina graphics. I saw this link retina graphic in apple apps. As you can …

iphone ios ipad retina-display
What is the best way to detect retina support on a device using JavaScript?

Right now I am using this function: function is_retina_device() { return window.devicePixelRatio > 1; } But its simplicity scares me. …

javascript jquery retina-display