fixes video width
This commit is contained in:
parent
a6db9b6166
commit
09d1d029fe
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue