mirror of
https://github.com/openvk/openvk
synced 2025-07-08 16:53:02 +03:00
bideoplayer on video page now
sosiski
This commit is contained in:
parent
baa24ae9f0
commit
44796d4ee8
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,9 @@
|
|||
{block content}
|
||||
<center style="margin-bottom: 8pt;">
|
||||
{if $video->getType() === 0}
|
||||
<video width="610" src="{$video->getURL()}" controls></video>
|
||||
<div class="bsdn" data-name="{$video->getName()}" data-author="{$user->getCanonicalName()}">
|
||||
<video width="610" src="{$video->getURL()}"></video>
|
||||
</div>
|
||||
{else}
|
||||
{var $driver = $video->getVideoDriver()}
|
||||
{if !$driver}
|
||||
|
|
Loading…
Reference in a new issue