-
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-plugin-image] Images flickering on route change using GatsbyImage #34190
Comments
try to fix flickering img, but cannot solve it. cf. gatsbyjs/gatsby#34190
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Pinging to keep this issue open. |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Pinging again to keep this issue open. |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Pinging again to keep this issue open. |
+1, also seeing this. |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Not stale |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
I am having the same issue |
This will be fixed by #35226 |
I am seeing something similar wit 2.25.0. I see a flash with the alt text then the image. No placeholder. I should note that it is most notable in Safari Version 16.1 and not chrome. I see it on iOS chrome. Screen.Recording.2023-01-12.at.12.03.01.PM.mov |
have flickering too with "gatsby-plugin-image": "^3.10.0". |
@wardpeet can this be reopened please? Many people are still experiencing this issue (see latest comments) |
Preliminary Checks
Description
When moving from one page to another any images that are rendered using
GatsbyImage
fromgatsby-plugin-image
will briefly flicker/blink.I have created a minimal reproduction of this which can be found attached to this issue alongside the following screen recording.
Also checked with
gatsby
and all associated plugins using versionnext
but still find the same issue.Screen.Recording.2021-12-03.at.17.11.31.mov
Reproduction Link
https://github.com/Glazy/gatsby-image-flicker-repro
Steps to Reproduce
/
and/about
Expected Result
The image shouldn't flicker and should remain rendered at all times (like the regular
img
tag included in the example).Actual Result
The image flickers causing a jarring UX.
Environment
Config Flags
No response
The text was updated successfully, but these errors were encountered: