violentmonkey / violentmonkey.github.io

Website of Violentmonkey
https://violentmonkey.github.io/
30 stars 21 forks source link

Gatsby blurs our images due to increasing height by 1px #59

Open tophf opened 4 months ago

tophf commented 4 months ago
  1. Go to https://violentmonkey.github.io/guide/creating-a-userscript/
  2. 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
image image
gera2ld commented 4 months ago

https://github.com/gatsbyjs/gatsby/pull/39008