Ignore GIF Image Formatter
15 sites
Security covered
This module prevents Drupal's core image formatter from processing animated GIF files. Instead of potentially breaking the animation, it displays GIFs in their original, unedited form, even when an image style is applied.
This tiny module extends core's default Image Formatter and configures it so GIF images are not processed through an image style. All GIFs will be displayed in their original form despite what image style is configured. This is useful because Drupal's default image processing library, GD, does not preserve animation in GIFs when running processing them.