I have done by using showinfo=0 but it has been deprecated.
What is another way to hide video information?
I have done by using showinfo=0 but it has been deprecated.
What is another way to hide video information?
You could use margin-top to hide the title, as they say in this thread
iframe {
margin-top: -65px;
}