gatsby-background-image
gatsby-background-image copied to clipboard
Lazy-loading React (multi)background-image component with optional support for the blur-up effect.
## Description It seems this plugin has compatibility issue with React 18. The hydration error only occurs in the production-ready build version of Gatsby, it does not occur in development....
## Summary When you are using this plugin with a service like Netlify, you end up generating a lot more files to upload at each build, than you need to....
## Description Hi we have the flowing Problem: GBI loads the image sometimes twice. It has sometimes too different initiators the ImageRef.js and the index document itself. I guess there...
## Summary `gatsby-image` has a handy component `StaticImage` which allows to use it with static images, rather than coming from GraphQL. It would be great if this package also supported...
Hi Team, As the new version of gatsby-image is coming up in the form of the gatsby-plugin-image plugin, I was wondering whether this will be reflected in a new version...
## Description Hi @timhagn, thanks for this library, it's very cool :) This issue is a quirk, rather than armageddon, and see below for a workaround - but I thought...
Google lighthouse new scoring metrics have made it very hard to use images as the LCP above the fold. There is a new plugin to address this for gatsby-images here:...
On render it checks the breakpoint, but on window resize it doesn't switch out the image to the specified media query. So in this example if the screen size is...
## Summary I want to use multiple background images in a desktop device and a single background image in a mobile device. Here, https://github.com/timhagn/gatsby-background-image/issues/58#issuecomment-554777145, It seems it was a TODO....
## Description I'm running into an issue where I cannot actually control the amount of time it takes an image to fade in. The `durationFadeIn` prop is resulting in a...