Skip to content

Commit

Permalink
changing height from 100% to 33vh
Browse files Browse the repository at this point in the history
  • Loading branch information
gumyr committed Apr 9, 2024
1 parent f58f7fe commit e6b57f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6b57f4

Please sign in to comment.