摘要: 一 . 视频全屏可以通过css定义宽高100%来实现。 .videoBox{ width: 100%; height: 100%; } #example_video{ width: 100%; height: 100%; } <div class="videoBox"> <video id="exa 阅读全文
posted @ 2020-03-24 22:08 本溢 阅读(14466) 评论(0) 推荐(0) 编辑
摘要: 参考此博客:https://blog.csdn.net/qq_27295403/article/details/84101194 阅读全文
posted @ 2020-03-24 11:46 本溢 阅读(84) 评论(0) 推荐(0) 编辑
摘要: main.js 文件引入 vue-video-player/src/custom-theme.css // 视频插件 import VideoPlayer from 'vue-video-player'; import 'video.js/dist/video-js.css'; import 'vu 阅读全文
posted @ 2020-03-24 10:47 本溢 阅读(5134) 评论(1) 推荐(0) 编辑