Support for more NFT media types #2721
Unanswered
denengineer
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey folks, I'm starting to work on interactive NFTs now, and since there is no support for anything besides images and a few video types I'm thinking about opening a PR.
But I have a few questions I wanted to discuss before writing the code:
iframe
? It could have some issues with sizing, but that will provide support for a lot of different NFTs with files that could be handled by the browser (while native support will not be added to the wallet). It should be pretty safe, only concern I'm having is fitting the content of an iframe into fixed-size container nicely.I have some parts of it implemented here, but will be great if we could integrate support for more NFT types into the wallet itself!
WDYT?
Beta Was this translation helpful? Give feedback.
All reactions