clipbucket/upload/player/videojs/player.html

6 lines
251 B
HTML
Raw Normal View History

<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="{$file}" type='video/webm'>
</video>