Niels-IO / next-image-export-optimizer

Use Next.js advanced <Image/> component with the static export functionality. Optimizes all static images in an additional step after the Next.js static export.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Converted animated images lose animation

bryanjtc opened this issue · comments

Adding the animated option to sharp fixes this issue.
Ex:

sharp(input.gif, { animated: true }).image.webp()

It seems the option it's already enabled.
I keep having the issue on the mobile version of the website that I created using next-image-export-optimizer

commented

Hi @bryanjtc, Could you provide more information? The GIFS on my mobile phone do work. Which browser are you using and could you maybe provide the link or the image to debug the issue?

commented

Cannot fix without the support of bug reporter

Checking in. I had an old version of the dependency. After updating, it worked.