How i can do remove youtube frame

Posted in: Newspaper
Post count: 25

How i can do remove youtube frame when video is playing. Like this : http://prntscr.com/559cjm
I am using this code, but frame still show up.
<iframe src=”http://www.youtube.com/embed/F0fnR61AvC8 frameborder=”0″ allowfullscreen=”allowfullscreen”></iframe>

Post count: 6600

Hi,

Try to add the iframe like this:

iframe src="//www.youtube.com/embed/yp9pTFcD2uk?rel=0&autoplay=1&controls=0&showinfo=0" width="960" height="720" frameborder="0" allowfullscreen="allowfullscreen"></iframe>

..adding controls=0&showinfo=0&rel=0 to the URL in the iframe.

Thanks

  • This reply was modified 11 years by Lucian.
Post count: 25

Thank you Lucian

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.