Jelajahi Sumber

video.js 不限制视频宽度

visuddhinanda 2 tahun lalu
induk
melakukan
1e45e94f0c
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      dashboard/src/components/article/article.css

+ 4 - 0
dashboard/src/components/article/article.css

@@ -71,3 +71,7 @@ h6 {
 .pcd_article video {
   max-width: 90%;
 }
+
+.video-js video {
+  max-width: 100%;
+}