尝试在Chrome中以全屏模式播放视频时进行视频裁剪?

时间:2017-11-26 04:52:45

标签: css html5 twitter-bootstrap video fullscreen

我正在尝试创建一个响应式视频库来展示我的作品。

我已经开始使用来自其他网站的免费模板并将其自定义以用于视频,但是当在Chrome中时,在全屏显示视频裁剪本身时会出现问题。 (分别在chrome和safari中截图) Video Fullscreen Safari Video Fullscreen Chrome

<div class=" Portfolio-box printdesign">
<a href="#"><video width="320" height="240" controls>
<source src="video/RIO%20Round%20Up%20Day%2015_05.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></a>

如果您需要查看CSS,我还是从这里https://bootstrapmade.com/knight-free-bootstrap-theme/?download_theme=knight.zip获取了模板。

我希望能够在两种浏览器中全屏播放视频,例如Safari中的屏幕截图,但最好是整个屏幕。谢谢:))

0 个答案:

没有答案