-
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-remark-images] Blurred image does not disappear on initial page load in development mode #17017
Comments
Although this is probably low-priority as it doesn't affect production builds, I still wanted to report it because not being able to trust what's rendered under |
I think this is a duplicate of #17007 ? |
In #17007 it happens only in production. So I think it’s related but not quite the same. |
Hey @glennreyes, thanks for submitting your PR! I'd like to test to see whether your changes fixes this problem, but I'm having a bit of trouble figuring out how to set it up as I'm not too familiar with setting up dependencies. Do you know how I could get my site to use your version of What I triedI couldn't figure out a way to point npm directly to the git repository for
When I run
Not sure how to proceed or if there's a better way — any tips would be appreciated! |
The new version is on NPM |
Thanks @wardpeet. I updated my test repo (https://github.com/dkthehuman/gatsby-blur-bug-demo) to use |
I am also facing this issue on my local machine during development (but not during production). This seems to happen whenever I go to a page and refresh the page ( I also find this to be very noticeable when the real image includes transparent sections as you can see from the screenshots. I've created a PR (#17154) that tries to address issues with transparent images by disabling the background-image css property that is causing the blurry background image. Also, I am using |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. You can also add the label "not stale" to keep this issue open! As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing! Thanks for being a part of the Gatsby community! 💪💜 |
Hey again! It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Please keep in mind that I’m only a robot, so if I’ve closed this issue in error, I’m As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. Check out gatsby.dev/contribute for more information about opening PRs, triaging issues, and contributing! Thanks again for being part of the Gatsby community! |
This is still an issue. |
Description
[gatsby-remark-images] does not hide the blurred image on initial page load in development mode
Steps to reproduce
Demo:
Note that this bug only appears in development mode (
gatsby develop
), not in production (gatsby build && gatsby serve
)gatsby develop
Expected result
The blurred image should disappear when the real image is loaded
Actual result
The blurred image remains when the real image is loaded. This is not a problem the real image fully covers the blurred image, but is very noticeable when the real image includes transparent sections.
Environment
System:
OS: macOS 10.14.6
CPU: (4) x64 Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz
Shell: 5.3 - /bin/zsh
Binaries:
Node: 11.9.0 - /usr/local/bin/node
npm: 6.11.0 - /usr/local/bin/npm
Languages:
Python: 3.7.4 - /usr/local/opt/python/libexec/bin/python
Browsers:
Chrome: 76.0.3809.100
Firefox: 68.0
Safari: 12.1.2
npmPackages:
gatsby: 2.13.80 => 2.13.80
gatsby-image: 2.2.13 => 2.2.13
gatsby-plugin-sharp: 2.2.17 => 2.2.17
gatsby-remark-images: 3.1.17 => 3.1.17
gatsby-source-filesystem: 2.1.16 => 2.1.16
gatsby-transformer-remark: 2.6.19 => 2.6.19
gatsby-transformer-sharp: 2.2.11 => 2.2.11
npmGlobalPackages:
gatsby-cli: 2.7.33
The text was updated successfully, but these errors were encountered: