Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.07 KB

2022-11-15.md

File metadata and controls

36 lines (20 loc) · 1.07 KB

November, 15 - NFTs with animated gif thumbnails have stopped showing thumbnails

Reported on {source} Nov-15-2022
Mitigation Nov-16-2022
Solution Completed -

What happened?

NFTs with animated gif thumbnails have stopped showing thumbnails

decentraland/unity-renderer#3492

Why did it happen?

Now opensea resolves the animated NFTs with WEBP files instead of GIF, this breaks all the thumbnail with Animated NFTs.

Impact

Most animated images wheren't loading.

Mitigation

Open sea left a query param to load animated images as gifs.

We added a fallback system so when we request an animated image that comes as WEBP format, we load it as a GIF

decentraland/unity-renderer#3516

Solution

For a proper solution we have to give the platform proper WEBP support, the issue was added to the backlog and will be adressed in the future

decentraland/unity-renderer#3518