Browse Source

fix(large-video): apply blur to only one container

master
Leonard Kim 7 years ago
parent
commit
0831c16d7e
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      css/_videolayout_default.scss

+ 3
- 1
css/_videolayout_default.scss View File

@@ -15,7 +15,6 @@
15 15
 #largeVideoBackgroundContainer,
16 16
 .large-video-background {
17 17
     height: 100%;
18
-    filter: blur(40px);
19 18
     left: 0;
20 19
     overflow: hidden;
21 20
     position: absolute;
@@ -32,6 +31,9 @@
32 31
         width: 100%;
33 32
     }
34 33
 }
34
+#largeVideoBackgroundContainer {
35
+    filter: blur(40px);
36
+}
35 37
 
36 38
 .videocontainer {
37 39
     position: relative;

Loading…
Cancel
Save