Hello!
I have converted a site from the old nf_resize
query string approach to transform images to the new Image CDN with /.netlify/images?url=...
.
Previously, any transform on a GIF would return just the first frame. That may have been a limitation but I was using it as a feature to get a preview of a GIF on my site, without autoplay.
With this new approach, it seems animated transformed images are possible, if I am understanding the docs correctly, but I wanted to keep the image static. So I added fm=jpg
but that doesn’t seem to work. Additionally, the width/height I provide are not applied, and the source image is basically passed through as-is, as an animated GIF.
Note that converting a standard JPG image from 1080p to 320p works as expected.
Am I doing something wrong or is this a known limitation with GIFs?
Thanks!
Chris