Click on an image to copy the HTML

Generated at 21/07/2025, 11:17:04 am (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;
}