mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
changing height from 100% to 33vh
This commit is contained in:
parent
f58f7fe5be
commit
e6b57f4c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ As an example, consider the design of a tea cup:
|
|||
.. raw:: html
|
||||
|
||||
<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script>
|
||||
<model-viewer src="_static/tea_cup.glb" alt="A tea cup modelled in build123d" auto-rotate camera-controls style="width: 100%; height: 100%;"></model-viewer>
|
||||
<model-viewer src="_static/tea_cup.glb" alt="A tea cup modelled in build123d" auto-rotate camera-controls style="width: 100%; height: 33vh;"></model-viewer>
|
||||
|
||||
.. image:: tea_cup.png
|
||||
:align: center
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue