Skip to content

Packaged WebP from Local GIF Embed Does Not Loop Infinitely #411

@Yuuzi261

Description

@Yuuzi261

I discovered that when embedding a local GIF, the build process converts it to a WebP file—but unlike the original GIF, the resulting WebP only plays once and doesn’t loop indefinitely. I tried using FFmpeg to force an infinite loop with:

ffmpeg -i input.gif -c:v webp -loop 0 -q:v 100 output.webp

but the output still stopped after a single playthrough (after build). Ultimately, I worked around the issue by embedding an externally hosted GIF (for example, via Imgur), which preserved the infinite‑loop behavior.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdependenciesPull requests that update a dependency file

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions