Hacker News new | ask | show | jobs
by globuous 2500 days ago
It does, thought i’d never imagined the browser did any interpolation at all !

Neat trick, thanks for the share ;)

1 comments

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
wow, I just learned so much from such a simple concept !! Thanks for the links ;)