clipbucket/upload/player/videojs/player.html

6 lines
214 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=""
data-setup="{}">
<source src="{$file}">
</video>