Click on an image to copy the HTML

Generated at 26/02/2024, 1:31:39 pm (UTC+00:00)

View on GitHub

It is suggested that you turn off anti-aliasing for images, that can be done with the following CSS code

img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}