| 开发者 | GrandPlugins |
|---|---|
| 更新时间 | 2026年9月9日 17:57 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.0 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv3 |
| 版权网址: | 版权信息 |
/wp-content/plugins/ directoryBecause you are almost certainly not looking at the GIF you uploaded. WordPress keeps your original, then generates a thumbnail, medium and large copy of every image, and the tool it uses to do that reads only the first frame of a GIF. Your theme displays one of those generated copies, so what you see is a still image. The original is untouched and still animates. This plugin generates those copies with every frame intact, so whichever size your theme picks is still animated.
Yes, for those existing files. The plugin works at upload time, so anything added before you activated it still has still-frame subsizes. Re-uploading a GIF regenerates them properly. The Pro version can regenerate animated subsizes for images you already have, without re-uploading.
No. It uses Imagick when your host provides it, because that is the faster path, and falls back to a built-in method when it does not. You do not have to configure which one is used.
An animated GIF is a large file, and keeping it animated at every size keeps it large. That is the trade. Two things help: reduce how many image sizes your theme registers, so there are fewer copies in the first place, and load the first frame as a still image until the page has finished loading, which is a Pro feature.
Yes. The plugin changes how the image sizes are generated, not how they are displayed, so anything that renders a WordPress image works normally.