-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
featureNew feature or requestNew feature or request
Description
Is there an existing issue for this?
- I have searched the existing issues
SUMMARY
Viewing NFT images on Oasis Explorer is amazing, but it only supports images. Videos (e.g. mp4 files) are becoming used more frequently but no preview is shown
DESCRIPTION
If we look at this example NFT:
It shows 'No preview available'.
This is because the frontend will only show previews for images, this is implemented at:
| {isFetched && !nft?.image && <NoPreview placeholderSize={imageSize} />} |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request