【问题标题】:How to remove youtube water mark on the bottom right of the player如何去除播放器右下角的 youtube 水印
【发布时间】:2015-05-04 01:03:06
【问题描述】:
谁能告诉我如何删除youtube的水印或播放器中水印的点击事件
<embed id="player" style="height:50vh;" width="100%" src="http://www.youtube.com/embed/DCTJCQ3uN1g?feature=youtube_gdata&showinfo=0&rel=0&modestbranding=1" frameborder="0" allowfullscreen="">
【问题讨论】:
标签:
html
css
youtube
sencha-touch-2
watermark
【解决方案1】:
你不能。但是如果你不需要控制你的视频,你可以简单地添加一个
<div style="position:absolute;width:100%;height:100%"></div>
作为防止 iframe> 悬停事件的掩护。
你必须写你的 iframe> 像
<iframe id="ytplayer" type="text/html" width="720" height="405" src="https://www.youtube.com/embed/M7lc1UVf-VE?modestbranding=1" frameborder="0" allowfullscreen>
然后水印会在3秒后消失