我通过iframe嵌入了youtube视频,但如果& controls设置为0,则& modestbranding = 1无效.
<iframe style="display: block; margin: auto;" width="560" height="315" src="https://www.youtube.com/embed/9dUdfY7op6M?modestbranding=1&controls=0&color=white&showinfo=0&disablekb=1&rel=0&autohide=1" frameborder="0" allowfullscreen></iframe>
我尝试分配显示:无;到.ytp-watermark类,并且我尝试使用JS然后是x [0] .style.display =“ none”查找类,但是它们都不起作用.
我还有其他方法可以删除徽标吗?
解决方法:
如果您使用showinfo = 0从嵌入式顶部删除标题
视频,modestbranding = 1无效,并且徽标会出现.
<iframe style="display: block; margin: auto;" width="560" height="315" src="https://www.youtube.com/embed/9dUdfY7op6M" modestbranding=1 frameborder="0" allowfullscreen></iframe>