]> _ Git - cubeextranet.git/commitdiff
wait #4323 @0:20
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 2 Mar 2021 15:07:49 +0000 (15:07 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 2 Mar 2021 15:07:49 +0000 (15:07 +0000)
inc/ws/Util/html5/master/class.ws.html5.links.php

index 7ec52c1fc29fdc8818e08fabc197f6257ca9394f..734de20e0626e45fbbd3c647729bdec288f0915e 100644 (file)
@@ -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;