我正在使用flowplayer fancybox。我的播放器工作正常。现在单击收费栏全屏按钮视频显示为全屏。
但我需要在第一次点击播放图标时显示为全屏。
我当前的代码
$(document).ready(function() {
$(".infodetail").fancybox({
'width': '80%',
'height': '600',
'autoScale': false,
'transitionIn': 'none',
'transitionOut': 'none',
'type': 'iframe'
});
clip: {
fullscreen : true
}
});
答案 0 :(得分:0)
您无法以编程方式将视频全屏播放。全屏必须是用户操作(即他们点击全屏)