3D Viewer is not working #4385
-
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
Do you have any console log warning/errors you could share? Is this image from a mobile device? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Now it is working with index.html as follows
|
Beta Was this translation helpful? Give feedback.
-
But I have a different problem now. My initial object appears in the corner like this. |
Beta Was this translation helpful? Give feedback.
-
If I click on AR button, and click "object" button again. I get this full screen. |
Beta Was this translation helpful? Give feedback.
-
<style>
model-viewer {
width: 100vw;
height: 100vh;
}
</style>
THis did the trick! |
Beta Was this translation helpful? Give feedback.
THis did the trick!