Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Render overlay properly on older browsers #7

Merged
merged 1 commit into from
Apr 2, 2022

Commits on Apr 2, 2022

  1. Render overlay properly on older browsers

    The MDN Web Docs define the `pixelated` value for `image-rendering` as experimental. Chrome and Edge have supported that value for a long time but on Firefox, only versions 93 and above support it.
    The `crisp-edges` is an alternative to `pixelated` that has been supported for a very long time across all browsers and it also makes the image be rendered with nearest-neighbour
    Tau5 committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    c1b748e View commit details
    Browse the repository at this point in the history