Posterl look White in place of orignal image #3015
-
DescriptionWhen Loading loading ="auto" and reveal="interaction" Live Demohttps://volcano-bouncy-front.glitch.me Sourcehttps://glitch.com/edit/#!/volcano-bouncy-front Version
Browser Affected
OS
AR
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Indeed, this is because of the progress mask, which I'm considering removing entirely. For now you can disable it by targeting your CSS to https://modelviewer.dev/docs/#entrydocs-loading-parts-defaultProgressMask You can see an example by viewing source on: https://modelviewer.dev/examples/lighthouse2.html |
Beta Was this translation helpful? Give feedback.
-
Thank you very much. i just need to update CSS which effect on poster
|
Beta Was this translation helpful? Give feedback.
Thank you very much.
i just need to update CSS which effect on poster
<style> model-viewer::part(default-progress-mask) { display: none; } </style>