-
Notifications
You must be signed in to change notification settings - Fork 49
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
Image loading issues in Safari on Mac #9
Comments
Alright, adding the IntersectionObserver polyfill as per gatsbyjs/gatsby#4021 (comment) fixes this problem. For the time being I recommend you add a note about this in the README. |
I was looking for a way to fix this bug this morning. Thanks for posting about it @petrpacas. |
Finally I came around looking at this, thanks @petrpacas for finding it! |
Cheers 👍 Perhaps you could word it as follows:
Or simply:
As for the wrapper, I only implemented the IntersectionObserver p/f - can't help here atm... |
Thanks for the review, am going with a combination of your latter and the first suggestion : ). |
Ouch, clicked to early - |
Hey there - I noticed you mentioning that you haven't checked the plugin in Safari on Mac - well, there is indeed a problem.
From what I gathered it's related to this issue of the
gatsby-image
plugin.On localhost the bg-images always load straight up w/o the "blur-up".
On live the bg-images get stuck in "blurred" phase on page load and on page change (navigation to another page on the site) the full bg-images again load (w/o the "blur-up"). If you refresh the page, you again get a stuck "blurred" bg-image.
The text was updated successfully, but these errors were encountered: