turtle-wow-source-kinda/Dumps/Source Code/8 - Development_website/develop/resources/views/livewire/video-embed.blade.php

18 lines
654 B
PHP
Raw Permalink Normal View History

2024-08-06 16:06:40 +00:00
<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>