We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are currently prioritizing animation_url before image_url without a fallback option.
animation_url
image_url
In this example animation_url from the instance metadata has invalid content, hence we show no image, even with image_url present: https://explorer.immutable.com/token/0x848cDb63B09490189E8D9779b5aE7782dA9A40EE/instance/45186 https://metadata.guildofguardians.com/api/v1/nfts/0x848cdb63b09490189e8d9779b5ae7782da9a40ee/45186
Need to implement a fallback option to image_url when animation_url content is invalid.
The text was updated successfully, but these errors were encountered:
Assigned critical severity as it impacts Immutable mainnet collections
Sorry, something went wrong.
also we can add support for .m3u8 files example
.m3u8
UPDATE: will do in a separate task #1671
tom2drum
Successfully merging a pull request may close this issue.
Description
We are currently prioritizing
animation_url
beforeimage_url
without a fallback option.In this example
animation_url
from the instance metadata has invalid content, hence we show no image, even withimage_url
present:https://explorer.immutable.com/token/0x848cDb63B09490189E8D9779b5aE7782dA9A40EE/instance/45186
https://metadata.guildofguardians.com/api/v1/nfts/0x848cdb63b09490189e8d9779b5ae7782da9a40ee/45186
Need to implement a fallback option to
image_url
whenanimation_url
content is invalid.The text was updated successfully, but these errors were encountered: