我正在为网站使用 flowplayer,它会根据浏览器的功能自动在 HTML5 和 flash 版本之间进行选择。我遇到的问题是,当 Flash 视频延伸到使用整个播放器时,但在 HTML5 中正确显示。
这是在 Flash (Firefox) 中的显示方式
在 HTML5 (Chrome) 中
有可能解决这个问题吗?
我在 HTML 中使用此代码:
<div data-swf="//releases.flowplayer.org/5.4.3/flowplayer.swf" class="flowplayer is-poster" data-ratio="0.416">
<video preload="none">
<source src="http://mysite/video.mp4">
</video>
</div>
我只是设法在 jsFiddle 中复制了这个问题