Hacker News new | ask | show | jobs
by robeasthope 4768 days ago
I'm guessing looks like it's built to solve the problems of serving HD images via a CMS?

For static hand coded images media queries will suffice but once you start dynamically serving images it gets tricky fast, especially when faced with users that don't know/care about HD images issues.

Combined with some code to scale images to the correct size on the fly (with caching, etc) I think it could be pretty useful.