Reply To: Disable Retina Images

#1051
livemesh
Keymaster

At present the theme does not replace any of the images with retina versions of it, only the icons are made retina ready. If images are broken, the issue is something else.

Among the icons, many are font-icons which are retina ready by default and there is no replacement happening there. For others, you can find the code for retina support at the bottom of {theme directory}/css/responsive.css starting with line number 201 to 217 like this –

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
....
}

Let me know if you need further help on this. Will need the URL for the site to have a look. Thanks