@using DR.Web.UI.Helpers @using DR.Web.UI.ViewConfig @model DR.AcCommonUI.Models.LivePage.LivePageViewModel @{ var largeWideAspectImageUrl = Model.Article.LargeWideAspectImage != null ? Model.Article.LargeWideAspectImage.ImageUrl : string.Empty; } @if (Model.LivePageConfiguration.PlayerConfiguration.Any()) { var first = Model.LivePageConfiguration.PlayerConfiguration.First(); var firstImageUrl = first.PlayerImage != null ? first.PlayerImage.ImageUrl : string.Empty; var activeClass = MvcHtmlString.Empty; string isBoxed = (Model.Article.isBackdrop && Model.LivePageConfiguration.PlayerEnabled) ? "boxed" : ""; if (Model.LivePageConfiguration.PlayerEnabled) {
@* PlayerText *@