From: vincent@cubedesigners.com Date: Mon, 26 Oct 2020 10:41:23 +0000 (+0000) Subject: wait #3989 @0:15 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b1679d233fad0f62b2010b29b1448815d1704299;p=cubeextranet.git wait #3989 @0:15 --- diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index 24cca7d65..6cae874c6 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -1084,6 +1084,8 @@ class videoPopupLink extends normalLink $this->video_auto_start = true; // Videos should always autoplay $this->video_sound_on = true; $this->video_controls = true; + $this->video_width=1920; + $this->video_height=1080; return ' data-video="' . rawurlencode(videoLink::makeVideoTag($this, $this->video_width, $this->video_height, $this->compiler)) . '" '; }