This commit is contained in:
Michael 2017-03-23 18:18:48 -04:00
parent b619fb6d11
commit 0ed55f2f2d

View file

@ -3,7 +3,7 @@
string style = ""; string style = "";
if (ViewBag.Banner != null) if (ViewBag.Banner != null)
{ {
style = "background-image: url(\"" + ViewBag.Banner + "\") cover;"; style = "background-image: url(\"" + ViewBag.Banner + "\");background-size:cover;";
} }
} }