我想在<iframe>
中为dailymotion视频显示全屏选项。
我试过这个
<iframe id="vid_frame" src="http://www.dailymotion.com/embed/video/x2rbh2c" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true" frameborder="0" width="100%" height="260"></iframe>
但是没有显示全屏选项。适用于youtube视频的代码。
答案 0 :(得分:0)
您也可以在线试用..
每日运动网站的脚本无法全屏显示。
您可以在JavaScript控制台中看到。
答案 1 :(得分:0)
那行得通
<iframe webkitallowfullscreen mozallowfullscreen allowfullscreen>