Forum
Resize animated gif without losing the animation
I wanted to ask if today there is a solution to do this in Perch? Since we have responsive images support it would be nice to have the possibility to upload and resize an animated gif without loosing the animation. Thanks for your answer!
We can't at the moment, no. It might be possible to add, but you'd need Imagick support on your server. Animated GIFs are actually a set of images rather than just one, so they're a bit more complicated to resize and crop.
Ok, thanks for your answer. I'll check what I can do on the server.