在JW Player 5中我们曾经有过选项:
右键点击播放器的上下文菜单中的“拉伸均匀”。
然而,在JwPlayer 6中 - 下面的示例不存在。
这是播放器设置代码:
jwplayer('player1').setup({
autostart: 'true',
allowfullscreen: 'true',
width: '100%',
aspectratio: '16:9',
image: 'http://sta.whatever.com/thumbnails/12345678.jpg?v=1',
abouttext: 'Demo Video',
base: 'http://sta.whatever.com/jwplayer6/',
fallback: 'false',
primary: 'flash',
sources: [{ file: '
rtmp://streamsta.whatever.com/flash/mp4:12345678_hi.mp4' }, { file:
'http://streamsta.whatever.com/flash/12345678_hi.mp4'}]
任何人都可以解释为什么会这样吗?
我试过删除
width: '100%',
aspectratio: '16:9',
没有任何区别。我知道你可以使用'拉伸'选项以默认拉伸模式启动播放器,用户可以从我感兴趣的更改。