mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
fix backdrops
This commit is contained in:
parent
9798f0a460
commit
1cac3ac592
1 changed files with 1 additions and 1 deletions
|
@ -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;";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue