top | item 33793480

(no title)

tumultco | 3 years 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;
  }

discuss

order

worldofmatthew|3 years ago

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