瀏覽代碼

video.js 不限制视频宽度

visuddhinanda 2 年之前
父節點
當前提交
1e45e94f0c
共有 1 個文件被更改,包括 4 次插入0 次删除
  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 {
 .pcd_article video {
   max-width: 90%;
   max-width: 90%;
 }
 }
+
+.video-js video {
+  max-width: 100%;
+}