Closed rodneylab closed 3 years ago
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. If we missed this issue or if you want to keep it open, please reply here. 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 60 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 HUMAN_EMOTION_SORRY
. Please feel free to comment on this issue or create a new one if you need anything else.
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! 💪💜
@rodneylab, I see it's resolved on your live site (https://gatsbyfunctionsfaunamain.gatsbyjs.io/best-medium-format-camera-for-starting-out/). May I ask what the solution to this issue was?
This seems to still be an issue. It was happening to me the last three days or so, for now I fixed it by just going with WEBP instead. I haven't customized my config files or anything.
Description
AVIF format image links are output in generated HTML but the images are blank and do not load (WebP works fine). Compare https://gatsbyfunctionsfaunamain.gatsbyjs.io/static/73926a363db71e14b16a6a9172cd7bc3/cb0d8/twin-lens-reflex-camera.avif and the equivalent webp: https://gatsbyfunctionsfaunamain.gatsbyjs.io/static/73926a363db71e14b16a6a9172cd7bc3/e4043/twin-lens-reflex-camera.webp, generated by the plugin. These links are taken from the markup on this page: https://gatsbyfunctionsfaunamain.gatsbyjs.io/twin-lens-reflex-camera/
Steps to reproduce
gatsby develop
extra information
gatsby-config.js
options:GatsbyImage
used insrc/components/BannerImage.jsx
with graphql queryComplete repo is at https://github.com/rodneylab/gatsby-functions-fauna live site is at https://gatsbyfunctionsfaunamain.gatsbyjs.io/best-medium-format-camera-for-starting-out/
Expected result
Page should load and SVG placeholder should be replaced by the AVIF image.
Actual result
SVG placeholder image is not replaced.
Environment
Let me know if you need more details. Happy to help,
Rodney