-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
[LSP4] Add Background image field to LSP4 JSON Metadata #229
Comments
Not sure if I think just adding the Just like profile pages, it's common for NFT collection pages to have a background image. We've already gotten feedback from early testers that individual NFT pages vs. Collection pages look too similar. By giving creators the option to provide a background image on the collection level we can use that to give the collection overview page a different look and feel. |
After discussing with @frozeman the |
It is unclear how a dapp can identify whether an image is meant for a background. Also, not all collections may have a background image, making things messy and unclear. This is also why the profile metadata distinguishes between the background and profile image, right? @CJ42 @frozeman Based on that argument the |
As reported by @jakeprins , LSP3 Profile contains two fields for profile image and background image.
However LSP4 JSON metadata contains only 1 field
images
, and not a separate field for background image.Should we consider adding the background image field for LSP4 JSON Metadata as well?
Consideration: how should we name the fields then if we introduce both fields in LSP4? Can we also use the term
"profileImage"
for LSP4?The text was updated successfully, but these errors were encountered: