4 ms·
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 !i
by tumultco 4y 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;
}
- worldofmatthew 4y agoI would suggest adding that as a HTML style for each 88x31, rather than making every image on a webpage pixelated.