top | item 44006659

(no title)

jannes | 9 months ago

Try this CSS if you want to zoom in without the icons turning into a blurry mess:

  img {
    image-rendering: pixelated;
  }

discuss

order

layer8|9 months ago

There should be an `image-rendering: crt;`.

kragen|9 months ago

This is the kind of thing you should implement in a JS library, or by preprocessing the image before you upload it to the web site, not add to the browser platform spec.

mmh0000|9 months ago

Now, this is the kind of obscure hacking I'm on HN for!

Also, I wish I had known about that little trick ... years ... ago.