Skip to content

Instantly share code, notes, and snippets.

@anova
Last active June 4, 2021 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anova/02ac833a474805247fb4fc696e6b0d70 to your computer and use it in GitHub Desktop.
Save anova/02ac833a474805247fb4fc696e6b0d70 to your computer and use it in GitHub Desktop.
image-rendering property for solution to blurry resized images (chromium based browsers)
img { image-rendering: -webkit-optimize-contrast; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment