Group Leader
- Joined
- Dec 1, 2019
- Messages
- 32
Images that are downscaled get blurry in Chromium based browser
To fix, it just needs the
CSS applied to the
element
Look at my comparison below to see the improvement (I applied the style myself)
PS it is the same case on images in the forums as well
Before:
After:
To fix, it just needs the
Code:
image-rendering: -webkit-optimize-contrast;
Code:
img
Look at my comparison below to see the improvement (I applied the style myself)
PS it is the same case on images in the forums as well
Before:

After:
