1

I have done by using showinfo=0 but it has been deprecated.

What is another way to hide video information?

1 Answers1

0

You could use margin-top to hide the title, as they say in this thread

iframe {
  margin-top: -65px;
}

CodePen

Lundstromski
  • 1,197
  • 2
  • 8
  • 17