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
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.