fixes video width
This commit is contained in:
parent
a6db9b6166
commit
09d1d029fe
|
@ -39,6 +39,7 @@
|
||||||
<?php if ($panorama_type == "video") { ?>
|
<?php if ($panorama_type == "video") { ?>
|
||||||
<video id="<?= $id ?>"
|
<video id="<?= $id ?>"
|
||||||
class="video-js vjs-default-skin vjs-big-play-centered"
|
class="video-js vjs-default-skin vjs-big-play-centered"
|
||||||
|
style="width:100%"
|
||||||
controls preload="none"
|
controls preload="none"
|
||||||
poster="<?= $thumbnails[0]['medium'] ?>"
|
poster="<?= $thumbnails[0]['medium'] ?>"
|
||||||
crossorigin="anonymous">
|
crossorigin="anonymous">
|
||||||
|
|
Loading…
Reference in New Issue