]> _ Git - fluidbook-html5.git/commitdiff
wait #7900 @1.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 15 Dec 2025 17:19:12 +0000 (18:19 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 15 Dec 2025 17:19:12 +0000 (18:19 +0100)
images/symbols/interface.svg
js/libs/fluidbook/fluidbook.video.js

index 6bcc7894cd7f968fe8b334e598e98980f0b2ac33..14b058b14064b421b0ed61f9186e666eb5ef5efc 100644 (file)
         <path d="M10.5,18.6c-0.4,0-0.7-0.3-0.7-0.7V8.2c0-0.4,0.3-0.7,0.7-0.7s0.7,0.3,0.7,0.7v9.7C11.2,18.3,10.9,18.6,10.5,18.6z"/>
         <path d="M13.8,18.6c-0.4,0-0.7-0.3-0.7-0.7V8.2c0-0.4,0.3-0.7,0.7-0.7s0.7,0.3,0.7,0.7v9.7C14.5,18.3,14.2,18.6,13.8,18.6z"/>
     </symbol>
-
 </svg>
index fb1b989c6af040e11a45bee387b30f00d364e010..11b41ae7ca4bd1582a3ba5c94cd89d9dac98c563 100644 (file)
@@ -167,7 +167,7 @@ FluidbookVideo.prototype = {
         }
 
         html = '<video playsinline class="video-js vjs-fluidbook-skin"';
-        html += ' style="background-color:' + backgroundColor + ';" '
+        html += ' style="background-color:' + backgroundColor + ';border-radius:'+$(e).data('borderradius')+'px;" '
 
         if (poster && !autoplay) {
             html += 'poster="' + poster + '" ';