From 16ff1e60a11e21f5ac3acef68a165026f6476f91 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 3 Dec 2020 11:06:24 +0000 Subject: [PATCH] wait #4110 @0:10 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index 98df158b0..8d1845f35 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -1603,6 +1603,7 @@ class wsHTML5Compiler $dupData['alternative'] = $linkData['animation']; $dupData['type'] = 6; $dupData['uid'] = 'a_' . $linkData['uid']; + $dupData['video_width']=$dupData['video_height']=0; if (wsHTML5Link::isScorm($linkData)) { $dupData['scorm'] = true; } -- 2.39.5