turtle-wow-source-kinda/Dumps/Source Code/8 - Development_website/develop/resources/views/livewire/video-embed.blade.php
Brian Oost a1d5bb70b2 Init
2024-08-06 18:06:40 +02:00

18 lines
654 B
PHP

<div class="embed-container" style="height:{{ $height }}">
<div class="video-container">
<video id="{{ $id }}"
class="video-js"
controls
preload="auto"
poster="{{ $thumb }}"
data-setup="{}">
<source src="{{ $urlSCE }}" type="video/webm"/>
<p class="vjs-no-js">
To view this video please enable JavaScript, and consider upgrading to a
web browser that
<a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
</p>
</video>
</div>
</div>