←back to thread

280 points rbanffy | 1 comments | | HN request time: 0.2s | source
Show context
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 #
1. layer8 ◴[] No.44010810[source]
There should be an `image-rendering: crt;`.