Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要让我的视频以 100% 的速度播放,但有大小限制。我尝试将我的 1280x720 像素尺寸更改为百分比,但它不起作用。我也没有在文档中看到这一点。我可以这样做吗?是否有任何代码示例显示此工作?
谢谢 - 戴夫
确保您使用的是最新版本的 Video.js,并且 Video.js 的父元素的宽度/高度为 video.js 的百分比。在此示例中,我必须将 html/body 设置为 100%,以便 video.js 达到 100%
http://jsbin.com/aLEPoBa/3/edit