I did some digging because we had some GIFs as card headers too and I noticed that ours aren't giffing either.
I opened the dev tools in Chrome and took a look at how the image is loaded. This is the URL on the page:
https://inst-fs-iad-prod.inscloudgate.net/files/1233asdfLongStringHere/engage.gif?download=1&token=AnotherLong12345JumblyString&geometry=262x146&format=webp
Two things to notice:
- The gif is actually loaded
- The format is converted to webp
WebP is a new web image framework from Google that keeps high quality images without having a huge file. They allow for animation, so I'm assuming when you upload, there's some kind of conversion process that turns the GIF into a WebP file to make storage more manageable.
I tried converting a GIF to WebP, which gave me an animated image, but the Canvas Settings don't allow for WebP uploads as images, so that's not a solution. Not sure why it's happening, but it definitely isn't uer error.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.