Skip to content

screenshots: Only use AnimatedImage if we think there's a chance

Not long ago we switched to using AnimatedImage to show every screenshot. It kind of works but not entirely, especially on sequential streams. Only use the AnimatedImage in cases we think there's a chance that it will be an animation. Use simpler Image otherwise, which is also the most common case.

Merge request reports