drag & drop, click, or paste from clipboard

Drop to add

GIF to WebP – Keep the Animation, Cut the File Size

Animated GIFs are notoriously heavy — a short looping animation can easily run 2–5 MB. Animated WebP delivers the same animation at a fraction of the size, often 40–60% smaller, because WebP's compression is far more efficient than GIF's. Better yet, all major modern browsers support animated WebP, making the switch practical for most web projects today.

Animation is preserved frame for frame

Unlike conversions to static formats, GIF-to-WebP keeps every frame of the animation, including timing and loop settings. The result is a <code>.webp</code> file that plays back as an animation in browsers the same way the original GIF does — just smaller. You don't lose frames, and the loop behavior carries over. This is the key advantage over converting to PNG or JPG, which only capture the first frame.

Why file size matters for animated images

An animated GIF on a webpage is effectively an uncompressed video disguised as an image. Each frame stores pixel data in GIF's 256-color indexed format, and inter-frame compression is minimal. WebP uses modern video codec techniques borrowed from the VP8 format: it compresses each frame efficiently and takes advantage of differences between frames. For a typical animated logo or looping banner, the difference in download size is significant enough to noticeably affect page load time on mobile connections.

Browser support for animated WebP

Animated WebP works in Chrome, Firefox, Edge, and Safari 14+. For older Safari (13 and below), animated WebP degrades gracefully — the browser may show the first frame as a static image rather than refusing to display anything. If supporting very old iOS users is a requirement, keep a GIF fallback. For most web projects, animated WebP is ready to use as the primary format.

FAQ

Does the converted WebP play in all browsers?

In all modern browsers, yes. Safari 14+ supports animated WebP. Older Safari versions may show only the first frame as a static image.

How much smaller will the animated WebP be vs. GIF?

Typically 40–60% smaller, though the exact savings depend on the GIF's color complexity and number of frames. Simple animations with flat colors compress especially well.

Are loops and frame timing preserved?

Yes. Frame timing and loop count from the original GIF carry over to the WebP output.

Can I batch-convert an entire folder of animated GIFs?

Yes. Upload up to 200 GIF files at once. Results download as a ZIP.