Browse Source

video.js 不限制视频宽度

visuddhinanda 2 years ago
parent
commit
1e45e94f0c
1 changed files with 4 additions and 0 deletions
  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%;
+}