Default poster colour looks bad on non-white backgrounds #3459
Unanswered
max-morawski-photo
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Yes you can update the poster background color to be transparent. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When the modelviewer is not displaying a model yet the poster is displayed, defaulting to solid white colour. This looks bad on pages with non-white background.
Version
Latest from CDN.
Browser Affected
All
OS
All
Workaround
The button style currently has this as the default background colour:
background-color: var(--poster-color, #fff)
Took me a bit of time to find the offending element, but the below fixes the issue:
Beta Was this translation helpful? Give feedback.
All reactions