瀏覽代碼

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

j8
Leonard Kim 7 年之前
父節點
當前提交
0831c16d7e
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      css/_videolayout_default.scss

+ 3
- 1
css/_videolayout_default.scss 查看文件

@@ -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…
取消
儲存