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

3 lines
154 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',$css ?? FALSE]) src="{{ url('v/view/'.$id) }}" controls></video>
2024-09-16 13:17:51 +00:00
</a>