From: vincent@cubedesigners.com Date: Tue, 2 Mar 2021 15:07:49 +0000 (+0000) Subject: wait #4323 @0:20 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3ce3e527c6d62ef8f9fd86be7ad7f706bbcac65c;p=cubeextranet.git wait #4323 @0:20 --- 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 7ec52c1fc..734de20e0 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -1144,6 +1144,7 @@ class videoLink extends wsHTML5Link $attr['sound'] = ($data->video_sound_on ? '1' : '0'); $attr['hidelinksonplay'] = $data->hidelinksonplay; $attr['link-id'] = $data->uid; + $attr['backgroundcolor'] = isset($data->backgroundColor) ? $data->backgroundColor : '#000000'; if (!is_null($w) && !is_null($h)) { $attr['width'] = $w;