1
0
Commit Graph

6 Commits

Author SHA1 Message Date
Michael Verdi
037be29498 Phase 1: Enable 2D video playback when VR is unavailable
- Remove automatic video hiding on page load
- Show video element by default for 2D viewing
- Enable play button for regular video playback when VR is not supported
- Hide video only when entering VR mode, show when exiting
- Maintain existing VR functionality when supported
- Button text always comes from HTML, never modified by JavaScript
2025-07-30 09:03:20 -05:00
Michael Verdi
b0430a75ee Clean up HTML element IDs: rename player-container to vr-container, vrVideo to vr180, and enterVrBtn to playBtn 2025-07-29 17:15:39 -05:00
Michael Verdi
df75e2a32d Removed the video-info div, button is now visible but disabled when VR is not available, button label respected, title attribute of the video div is displayed as the video title in the UI. 2025-06-24 19:09:00 -05:00
Michael Verdi
8539a54f40 Update vr180-player.js and index.html to use HTML text for enterVrBtn and fix exit VR label 2025-06-18 17:05:35 -05:00
Michael Verdi
299c17efe0 Update vr180-player.js to use HTML text for enterVrBtn 2025-06-18 16:58:24 -05:00
Michael Verdi
9021e7f26f Add files via upload 2025-06-04 16:24:07 -05:00