We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
astro
v1.0.0-rc.4
None
pnpm
Windows
When giving the <Image /> component a GIF with the webp format selected, it does not output an animated WEBP.
<Image />
webp
This can likely be fixed with this: lovell/sharp#1823 (comment)
(Change line 85 here https://github.com/withastro/astro/blob/main/packages/integrations/image/src/loaders/sharp.ts#L85)
N/A
The text was updated successfully, but these errors were encountered:
feat(image): Add GIF -> WEBP support (withastro#4139)
90261d6
feat(image): Add GIF -> WEBP support (#4139) (#4140)
4678a3f
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
fix: pin astro version to 1.0.1
bf98b38
withastro/astro#4139
Successfully merging a pull request may close this issue.
What version of
astro
are you using?v1.0.0-rc.4
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
pnpm
What operating system are you using?
Windows
Describe the Bug
When giving the
<Image />
component a GIF with thewebp
format selected, it does not output an animated WEBP.This can likely be fixed with this: lovell/sharp#1823 (comment)
(Change line 85 here https://github.com/withastro/astro/blob/main/packages/integrations/image/src/loaders/sharp.ts#L85)
Link to Minimal Reproducible Example
N/A
Participation
The text was updated successfully, but these errors were encountered: