-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gatsby-image <noscript> support #3031
Comments
Hi @zionis137! There's a duplicate of this issue in #3109 (and a PR already, #3122 🎉 ). |
ghost
closed this as completed
Dec 3, 2017
This was referenced Jan 12, 2022
This was referenced Feb 9, 2022
This was referenced Feb 9, 2022
This was referenced Sep 24, 2023
This was referenced Nov 24, 2023
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
current behaviour
When deactivating JavaScript
gatsby-image
is not replacing the placeholder-image. So the grey-box or traced-SVG stays there.Demo (go to Dev-Tools and deactivate JS): https://using-gatsby-image.gatsbyjs.org/
expected behaviour
no-script users are getting a normal image (without any effekts/lazy loading). Optimally
srcset
would be used, otherwise they just get a large image.The text was updated successfully, but these errors were encountered: