opensea-whitelabel
opensea-whitelabel copied to clipboard
What is the difference between OpenSea Storefront and White-Label?
The Partners Program mentions both OpenSea Storefront and White-Label options, but from all that I gather both are embedded iframe
s of an OpenSea URL.
The White-Label option states that "OpenSea white-label allows you to customize the look and feel of your main marketplace page, as well as each individual listing", however I am unable to understand how this is possible using the iframe
embed.
Moreover, it is said here in regards to themes that "You can pick between simple, day, night, and more to come!", but the only option that results in any visible difference to me is embed=true
(which removes the top navigation bar).
Can anyone please clarify these points to me? I would also suggest that more information regarding these issues be added to this repo's README.md
.
Hello, unfortunately I have the same problem and I do not understand why
I have the same result as on the example link of the repository which also seems totally broken with the display of the fish
Does anyone have an answer or an idea?
I'm not 100% sure but from what I've been researching and the way I've solved that problem is by putting a height in pixels to the iframe.
This is because when you put the iframe automatically opensea, I don't know why, defines the height of the container and when you define it in relative measures it always gives problems.
I hope this information will help you