Replies: 1 comment
-
I'm not sure what you're asking, and your code snippet does not include the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Where` do I add the code snippets ?
<title>Model Viewer</title> <script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script> <style> model-viewer{ width: 400px; height: 600px; margin: 0 auto; --poster-color: transperant;Code below:
}
</style>
Beta Was this translation helpful? Give feedback.
All reactions