mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +00:00
hmmm
This commit is contained in:
parent
b619fb6d11
commit
0ed55f2f2d
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 + "\") cover;";
|
||||
style = "background-image: url(\"" + ViewBag.Banner + "\");background-size:cover;";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue