]> _ Git - fluidbook_tools.git/commitdiff
wait #6611 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 8 Jan 2024 15:06:53 +0000 (16:06 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 8 Jan 2024 15:06:53 +0000 (16:06 +0100)
src/Links/LottieLink.php

index f303819476052d90c070ea93c3c06524a3f70605..37665922bbf665836550bca9d2cc19a2f6cc72d7 100644 (file)
@@ -125,13 +125,13 @@ class LottieLink extends HTMLMultimediaLink
 <head>
     <style>
         body{
-            background-color:$background;
+            background-color: '.$data['background'].';
             margin: 0px;
             height: 100%;
             overflow: hidden;
         }
         #lottie{
-            background-color:$background;
+            background-color: '.$data['background'].';
             width:100%;
             height:100%;
             display:block;