tremble 3 năm trước cách đây
mục cha
commit
017d7081fd

+ 4 - 1
src/components/openVideo/index.vue

@@ -51,12 +51,15 @@ onMounted(() => {
   table-layout: fixed;
   table-layout: fixed;
   .bgvideo {
   .bgvideo {
     position: absolute;
     position: absolute;
-    height: 150%;
     left: 0;
     left: 0;
     top: 0;
     top: 0;
     bottom: 0;
     bottom: 0;
     right: 0;
     right: 0;
     z-index: -2;
     z-index: -2;
+    height: 100%;
+    z-index: 0;
+    width: auto;
+    object-fit: fill;
     // filter: blur(10px);
     // filter: blur(10px);
   }
   }
   .vmask {
   .vmask {