Hacker News new | ask | show | jobs
by tumultco 1290 days ago
If you're on a retina display, I recommend adding this CSS so it uses nearest-neighbor interpolation for the scaling:

  img {
    image-rendering: pixelated !important;
  }
1 comments

I would suggest adding that as a HTML style for each 88x31, rather than making every image on a webpage pixelated.