Hacker News new | ask | show | jobs
by mddw 4903 days ago
"Let's hinder 98% of our visitors to please the 2% with retina screen !"

Seriously, developing for multiple density is hard in the real world. Way harder then this article says.

1 comments

It is unquestionably difficult, but the idea here is to improve the experience for that smaller percentage while not hindering the majority. Depending on your site, you can do this using CSS media queries so the browser can determine what asset to load. The only disadvantage is an increase in bandwidth utilization for the retina consumers.

Clearly that's not practical for many sites at this time, but the options are there and it's relatively easy to do if your site is built via the spritesheet style.

Right but that's not what the article advises.