Skip to content

Commit

Permalink
Increasing the size of the glTF tea cup
Browse files Browse the repository at this point in the history
  • Loading branch information
gumyr committed Apr 9, 2024
1 parent 1a2875b commit 9749c53
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%"></model-viewer>
<model-viewer src="_static/tea_cup.glb" alt="A tea cup modelled in build123d" auto-rotate camera-controls style="width: 100%; aspect-ratio: 1 / 1;"></model-viewer>

.. image:: tea_cup.png
:align: center
Expand Down

0 comments on commit 9749c53

Please sign in to comment.