From 55ba07fc5f0884eb5231abd45a42e50d0ddf3df2 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 1 Apr 2025 17:19:49 +0200 Subject: [PATCH] wait #7433 @0.25 --- app/Fluidbook/Compiler/Compiler.php | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5