changing height from 100% to 33vh

This commit is contained in:
gumyr 2024-04-09 11:05:54 -04:00
parent f58f7fe5be
commit e6b57f4c8e

View file

@ -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