feat: Handle BackgroundSize in SlidesController Edit

This commit is contained in:
2026-05-21 10:11:30 +10:00
parent 9b4e2677dc
commit c0acb067b3
+1
View File
@@ -70,6 +70,7 @@ public class SlidesController : Controller
existing.CustomCss = slide.CustomCss;
existing.BackgroundColor = slide.BackgroundColor;
existing.BackgroundImage = slide.BackgroundImage;
existing.BackgroundSize = slide.BackgroundSize;
existing.UpdatedAt = DateTime.UtcNow;
await _db.SaveChangesAsync();