When serving a GIF using Cloudflare image resizing it is serving the GIF in WebP format but this is causing the gif to loop when this isn’t happening in the original.
Is there something that can be passed via a URL parameter to stop this happening or some other way to stop the image being served as webp in the specific case.
The original only has one loop cycle as can be seen here - https://img.celticandco.com/original/129925.gif
The one then served by Cloudflare in webp format is looping as seen here - https://img.celticandco.com/cdn-cgi/image/w=2668,q=80,f=auto/original/129925.gif
I can see a couple more posts relating to this issue which didn’t get any replies - https://community.cloudflare.com/t/cloudflare-polish-gif-webp-and-looping-property/218975 https://community.cloudflare.com/t/images-animated-webp-conversion-ignores-gif-loop-count/454129