Przeglądaj źródła

Merge branch 'video-fix' into debug

jwyu 2 lat temu
rodzic
commit
94e90b8b7d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/video/List.vue

+ 1 - 1
src/views/video/List.vue

@@ -296,7 +296,7 @@ onActivated(()=>{
             video{
                 width: 100%;
                 height: 200px;
-                object-fit: cover;
+                object-fit: contain;
                 margin: 19px 0;
             }
             .poster-img{