From 3ce3e527c6d62ef8f9fd86be7ad7f706bbcac65c Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 2 Mar 2021 15:07:49 +0000 Subject: [PATCH] wait #4323 @0:20 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5