You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/resources/views/segments/clip/DorClip/DorClip.blade.php

16 lines
507 B
PHTML

<section class='DorClip content'>
<div class="{{gfx()['container']}}">
<h1>
{{$title}}
</h1>
<div id="video-preview-botz">
<video controls src="{{$clip->fileUrl()}}" poster="{{$clip->imgUrl()}}"></video>
</div>
<mp4player
asset="{{$clip->fileUrl()}}" cover="{{$clip->imgUrl()}}"></mp4player>
<div class="text-muted clip-body ps-4 border-end-0 mt-4">
{!! $clip->body !!}
</div>
</div>
</section>