Youtube iFrame API与modestbranding相比很奇怪:1和showinfo:0

时间:2015-10-03 20:25:08

标签: iframe youtube youtube-iframe-api

我试图在没有歌曲标题的情况下获得干净的Youtube播放器,"稍后观看"按钮,分享按钮和Youtube徽标。

之后,在阅读playerVars API之后,我设置了这个:

new YT.Player('someId', {
    width: 460,
    height: 390,
    playerVars: {
        modestbranding: 1,
        fs: false,
        showinfo: 0,
        disablekb: 1,
        wmode: 'opaque',
        iv_load_policy: 3,
        cc_load_policy: 1,
        html5: 1,
        enablejsapi: 1,
        rel: 0
});

我仍然会在右下角看到YouTube徽标,请看:

enter image description here

如果我删除了showinfo: 0徽标消失,但随后是歌曲标题,"稍后观看"和"分享按钮显示在顶部:

enter image description here

我可以一次隐藏所有建议吗?

感谢。

0 个答案:

没有答案