From: Vincent Vanwaelscappel Date: Tue, 1 Apr 2025 15:19:49 +0000 (+0200) Subject: wait #7433 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=55ba07fc5f0884eb5231abd45a42e50d0ddf3df2;p=fluidbook-toolbox.git wait #7433 @0.25 --- diff --git a/app/Fluidbook/Compiler/Compiler.php b/app/Fluidbook/Compiler/Compiler.php index f9d182881..e63eec057 100644 --- a/app/Fluidbook/Compiler/Compiler.php +++ b/app/Fluidbook/Compiler/Compiler.php @@ -1953,6 +1953,9 @@ class Compiler extends Base implements CompilerInterface, IVirtualDirectoryError $this->lessVariables['inlineslideshow-transition-time'] = (floatval($this->fluidbookSettings->inlineSlideshowTransitionDuration) * 1000) . 'ms'; $this->lessVariables['slideshow-caption-size'] = $this->fluidbookSettings->slideshowCaptionSize ?: '16px'; + // Videos + $this->lessVariables['video-object-fit'] = $this->fluidbookSettings->videoObjectFit ?: 'fill'; + $res = array_merge($res, $links); // Bookmarks