From dddd3188cecfc7b405a6c14f3a99183429935868 Mon Sep 17 00:00:00 2001 From: jessikitty Date: Thu, 21 May 2026 10:16:57 +1000 Subject: [PATCH] feat: Pass backgroundSize to display engine --- Views/Display/Show.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/Views/Display/Show.cshtml b/Views/Display/Show.cshtml index 229fe29..3889fe3 100644 --- a/Views/Display/Show.cshtml +++ b/Views/Display/Show.cshtml @@ -25,6 +25,7 @@ id = ds.Slide.Id, name = ds.Slide.Name, type = ds.Slide.SlideType.ToString().ToLower(), content = ds.Slide.Content, embedUrl = ds.Slide.EmbedUrl, icsSource = ds.Slide.IcsSource, backgroundColor = ds.Slide.BackgroundColor, backgroundImage = ds.Slide.BackgroundImage, + backgroundSize = ds.Slide.BackgroundSize, customCss = ds.Slide.CustomCss, duration = ds.DurationSeconds })));