Hacker News new | ask | show | jobs
by sp332 2495 days ago
They didn't used to, because it slowed down rendering. Then they started blurring stuff which worked well most of the time but not e.g. for retro artists who wanted the pixely look. So eventually they added some CSS properties to control it. https://builtvisible.com/image-scaling-in-css/ https://caniuse.com/#search=image%20rendering
1 comments

wow, I just learned so much from such a simple concept !! Thanks for the links ;)