@model Slide @{ Layout = null; var bgStyle = $"background: {Model.BackgroundColor ?? "#ffffff"};"; if (!string.IsNullOrEmpty(Model.BackgroundImage)) { bgStyle += $" background-image: url('{Model.BackgroundImage}'); background-size: {Model.BackgroundSize ?? "cover"}; background-position: center; background-repeat: no-repeat;"; } }
Loading calendar...