How to get animated gifs to work in Craft CMS
In order to allow Craft CMS to use animated gifs, set transformGifs to false in general.php

Written by Oscar de la Hera Gomez
First published on 09/14/2022 at 15:48
Last Updated on 09/14/2022 at 15:59

In order to allow Craft CMS to use animated gifs, set transformGifs to false in general.php

Unfortunately, Craft CMS cleanses and transforms gifs which removes their animations when uploading gifs. To fix this, open your general.php and add the following line:
'transformGifs' => false
Any Questions ?
We are actively looking for feedback on how to improve this resource. Please send us a note to inquiries@delasign.com with any thoughts or feedback you may have.