Astro Info
Astro v7.0.5
Vite v8.1.2
Node v22.20.0
System macOS (arm64)
Package Manager pnpm
Output static
Adapter none
Integrations none
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
When using Astro's Picture component with a remote URL and inferSize, this Wikimedia image URL fails with the error: [ERROR] [FailedToFetchRemoteImageDimensions] Failed to get the dimensions for <url>.
Using Astro's Image element with the same URL and inferSize does not cause any issue.
What's the expected result?
Astro's Picture component should be able to infer a remote image's size whenever the Image component is able to.
Link to Minimal Reproducible Example
https://github.com/paulrudy/astro-picture-test
Participation
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
When using Astro's Picture component with a remote URL and
inferSize, this Wikimedia image URL fails with the error:[ERROR] [FailedToFetchRemoteImageDimensions] Failed to get the dimensions for <url>.Using Astro's Image element with the same URL and
inferSizedoes not cause any issue.What's the expected result?
Astro's Picture component should be able to infer a remote image's size whenever the Image component is able to.
Link to Minimal Reproducible Example
https://github.com/paulrudy/astro-picture-test
Participation