Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
larsenv committed Oct 4, 2023
1 parent da2b277 commit a7182f5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,15 @@ <h5 class="header col s12 light white-text center">RiiConnect24 brings back WiiC
<script src="/images/globe/script.js"></script>
<script type="module"
src="https://ajax.googleapis.com/ajax/libs/model-viewer/3.2.0/model-viewer.min.js"></script>
<model-viewer src="/images/globe/earth.gltf"
style="max-width: 100%; width: auto; max-height: 100%; height: 35vw" alt="Globe" ar=""
ar-modes="webxr scene-viewer quick-look" camera-controls="" poster="/images/globe/poster.webp"
<model-viewer src="/images/globe/earth.gltf" style="max-width: 100%; width: auto; height: 500px;" alt="Globe"
ar="" ar-modes="webxr scene-viewer quick-look" camera-controls="" poster="/images/globe/poster.webp"
shadow-intensity="0" exposure="0.5" camera-orbit="-108.9deg 66deg 0.1432m" field-of-view="30deg"
auto-rotate="" ar-status="not-presenting">
</div>
<div class="col s6">
<script src="/js/cat.js"></script>
<img src="/images/helpcat.svg" style="max-width: 100%; width: auto; max-height: 100%; height: 35vw"
alt="Click Me!" onclick="catClicked()" />
<img src="/images/helpcat.svg" style="max-width: 100%; width: auto; height: 500px" alt="Click Me!"
onclick="catClicked()" />
</div>
</div>
</div>
Expand Down

0 comments on commit a7182f5

Please sign in to comment.