]> _ Git - cubeextranet.git/commitdiff
wait #3989 @0:15
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 26 Oct 2020 10:41:23 +0000 (10:41 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 26 Oct 2020 10:41:23 +0000 (10:41 +0000)
inc/ws/Util/html5/master/class.ws.html5.links.php

index 24cca7d65f8e95714b8de1c956a477d146b06cc8..6cae874c612fa3c566027c9ea1dea1ee7b6007b2 100644 (file)
@@ -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)) . '" ';
     }