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

Conversation

Tau5
Copy link
Contributor

@Tau5 Tau5 commented Apr 2, 2022

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

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
@bean-factory bean-factory merged commit a0b6fd5 into r-PlaceTux:main Apr 2, 2022
@Tau5 Tau5 deleted the patch-1 branch April 2, 2022 12:43
@Tau5 Tau5 restored the patch-1 branch April 2, 2022 12:43
@Tau5 Tau5 deleted the patch-1 branch April 2, 2022 12:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants