There is a bug where the duration of WebP animation files is being cut off because Glide uses Cloudinary to optimize images. This bug occurs due to the use of “f_auto,w_1350,c_limit” on all images within Glide, particularly in the Image component.
Below, I demonstrate a comparison using the same file applied in the Image component versus the Rich Text component.
How to replicate
Please try this URL in the Image component:
https://global.discourse-cdn.com/flex020/uploads/glideapps/original/3X/4/c/4ccc8da4ff70b4b28d35820ba1758d0d16ce1159.webp
And compare it with the following code for the Rich Text component to see the difference:
<h3>Richtext HTML</h2>
<img src="https://global.discourse-cdn.com/flex020/uploads/glideapps/original/3X/4/c/4ccc8da4ff70b4b28d35820ba1758d0d16ce1159.webp" style="border: 1px solid red; border-radius:10px;">