How to hide Youtube controls, title and logo on an embed

I am interested in hiding everything about a Youtube embed.

Right now I am using the next URL params:

controls=0 showinfo=0

So when I try to add "modestbranding=1" it is not working. "showinfo" has priority over "modestbranding".

My question is...is there a way to hide everything with params or CSS?

The only part I need to hide right now is the Youtube logo at the bottom right of the video.

IMG


http://www.reelseo.com/remove-youtube-logo/

has a decent tutorial and recommends using:

... src="https://www.youtube.com/embed/VIDEOID?modestbranding=1&title=" ...

what does the code around your embed look like?

链接地址: http://www.djcxy.com/p/47462.html

上一篇: 如何阻止嵌入式YouTube视频上的YouTube水印链接

下一篇: 如何隐藏嵌入的Youtube控件,标题和徽标