photo/resources/views/components/video/thumbnail.blade.php

3 lines
134 B
PHP
Raw Normal View History

2024-09-16 13:17:51 +00:00
<a href="{{ url('v/view',$id) }}" target="{{ $id }}">
<video class="pb-3 w-100" src="{{ url('v/view/'.$id) }}" controls></video>
</a>