Youtube JS API在暂停时禁用相关视频阻止

时间:2018-11-01 11:28:56

标签: youtube youtube-javascript-api

上次更新rel: 0后停止工作:

player = new YT.Player('player', {
    playerVars: { 'autoplay': 1,'controls': 1,'autohide':1, rel: 0, 'showinfo':0, 'modestbranding':1,'version':3, 'fs':0 },
    modestbranding: 1,
    enablejsapi: 1,
    videoId: 'id_here',
    'width':'100%',
    'height':720,
    'fs':0,
});

enter image description here 有什么办法可以删除这个方块?

0 个答案:

没有答案