Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add high resolution images for retina display #2

Open
jes-sherborne opened this issue Jun 14, 2012 · 1 comment
Open

Add high resolution images for retina display #2

jes-sherborne opened this issue Jun 14, 2012 · 1 comment

Comments

@jes-sherborne
Copy link

The new icons look awesome, but they look somewhat less awesome on a device with a high density display (like the retina display on a new iPad). I'm thinking that we should get a double-resolution version of the icon png file and use media queries to selectively alter the CSS when the pixel density is >=2.

@mchesta
Copy link

mchesta commented Jun 14, 2012

I haven't had a chance to look at the new icons on the iPad(3) yet, but it makes sense that would be an issue. This discussion has come before, if we can't get double-sized versions, I'm pretty sure we have the source vector to do with as we see fit.

We have started integrating CSS conditionals to detect between the retina/non-retina displays for other issues. Currently using a max-width to detect iPad2, and a pixel-ratio check to detect retina displays.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants