fixes video width

This commit is contained in:
buttle 2021-10-04 10:56:30 +02:00
parent a6db9b6166
commit 09d1d029fe
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
<?php if ($panorama_type == "video") { ?>
<video id="<?= $id ?>"
class="video-js vjs-default-skin vjs-big-play-centered"
style="width:100%"
controls preload="none"
poster="<?= $thumbnails[0]['medium'] ?>"
crossorigin="anonymous">