fix(large-video): make blurred background fit whole screen

This commit is contained in:
Leonard Kim
2019-06-12 20:27:04 -07:00
committed by virtuacoplenny
parent f85ac3ef91
commit df50e7fa69
2 changed files with 4 additions and 24 deletions
+3 -8
View File
@@ -23,14 +23,9 @@
top: 0;
width: 100%;
&.fit-full-height #largeVideoBackground {
height: 100%;
width: auto;
}
.fit-full-width #largeVideoBackground {
height: auto;
width: 100%;
#largeVideoBackground {
min-height: 100%;
min-width: 100%;
}
}
#largeVideoBackgroundContainer {