6 lines
303 B
HTML
6 lines
303 B
HTML
![]() |
<video id="{$configs.player_div}" class="video-js vjs-default-skin" controls
|
||
|
preload="auto" width="{$configs.width}" height="{$configs.height}" poster="my_video_poster.png"
|
||
|
data-setup="{}">
|
||
|
<source src="my_video.mp4" type='video/mp4'>
|
||
|
<source src="my_video.webm" type='video/webm'>
|
||
|
</video>
|