Detect Retina Display
var retina = window.devicePixelRatio > 1; if (retina) { // Retina } else { // Not retina }