1
0
cms11/resources/views/components/video.blade.php

7 lines
197 B
PHP

<figure>
<video width="{{ $width }}" height="{{ $height }}" controls>
<source src="{{ $videoUrl }}" type="{{ $type }}">
Quelque chose ne fonctionne pas !
</video>
</figure>