violentmonkey.github.io
violentmonkey.github.io copied to clipboard
Gatsby blurs our images due to increasing height by 1px
- Go to https://violentmonkey.github.io/guide/creating-a-userscript/
- Inspect the image in devtools and uncheck
height: 100%;
I see that the image becomes crisp, i.e. its height was initially incorrect.
This is particularly bad when there's a lot of text:
| gatsby | original |
|---|---|
https://github.com/gatsbyjs/gatsby/pull/39008
Closing in favor of #63