Init
This commit is contained in:
8
resources/views/stream/partials/player.blade.php
Normal file
8
resources/views/stream/partials/player.blade.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="block">
|
||||
<div id="player-alert" class="hidden mb-4 rounded-lg bg-danger-100 px-6 py-5 text-base text-danger-700" role="alert">
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user