fix backdrops

This commit is contained in:
Michael 2017-03-25 17:16:53 -04:00
parent 9798f0a460
commit 1cac3ac592

View file

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