6 lines
No EOL
214 B
HTML
6 lines
No EOL
214 B
HTML
<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> |