←back to thread

279 points rbanffy | 3 comments | | HN request time: 2.166s | source
1. jannes ◴[] No.44006659[source]
Try this CSS if you want to zoom in without the icons turning into a blurry mess:

  img {
    image-rendering: pixelated;
  }
replies(2): >>44009222 #>>44010810 #
2. mmh0000 ◴[] No.44009222[source]
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.

3. layer8 ◴[] No.44010810[source]
There should be an `image-rendering: crt;`.