Custom video player

This commit is contained in:
2026-07-26 22:26:37 +02:00
parent 7553b9f895
commit 2e3918def4
13 changed files with 3547 additions and 905 deletions
@@ -8,6 +8,6 @@
@endif
<canvas id="ambientVideo" class="decoy"></canvas>
<div class="relative w-full aspect-[16/9]">
<video id="player" playsinline controls crossorigin class="absolute inset-0 w-full h-full"></video>
<video id="player" playsinline crossorigin class="absolute inset-0 w-full h-full"></video>
</div>
</div>