Animated gif in News article transformed to still image #10285
Labels
area:csom/rest/api
Category: SharePoint Client Side Object Model SDK / REST API
type:bug-confirmed
Confirmed bug, not working as designed / expected.
type:bug-suspected
Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
SharePoint REST API
Developer environment
Windows
What browser(s) / client(s) have you tested
Additional environment details
SharePoint Online News page
Describe the bug / error
The Bug
Animated GIF files set as set as thumbnail in page properties are rendered to still image (just the first frame). After publishing e. g. in see all news overview (but also in the news webpart) you see the still image instead of the animated one.
See screenshot, still image on the left, animated one on the right in page properties.

my investigation
Looking at network traces I found calls to
westeurope1-mediap.svc.ms/transform/thumbnail
seems to be some Microsoft service to generate the thumbnails - my hypothesis is that gif is not resized correctly from this service and instead a still image (first frame) is returned.Steps to reproduce
Expected behavior
GIF images should be resized to the thumbnail size and stay animated after resizing.
Alternatively, GIF images should be served as is, without any transformation applied.
Bonus points for updating documentation and letting the editor know GIF is not supported.
The text was updated successfully, but these errors were encountered: