From a5d164fbe925d76cfd70c5ab3219173f6dd5d237 Mon Sep 17 00:00:00 2001 From: Daniel Orr Date: Fri, 10 Nov 2023 08:08:00 +0000 Subject: [PATCH] Pixelated image rendering --- _sass/addon/commons.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index 528de00f..f7d21eb7 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -72,6 +72,7 @@ img { max-width: 100%; height: auto; transition: all 0.35s ease-in-out; + image-rendering: pixelated; .blur & { $blur: 20px;