mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
10 lines
362 B
ReStructuredText
10 lines
362 B
ReStructuredText
Animated GIF support
|
|
====================
|
|
|
|
Pillow (Wagtail's default image library) doesn't support resizing animated
|
|
GIFs. If you need animated GIFs in your site, install
|
|
`Wand <https://pypi.python.org/pypi/Wand>`_.
|
|
|
|
When Wand is installed, Wagtail will automatically start using it for resizing
|
|
GIF files, and will continue to resize other images with Pillow.
|