APIUM
APIUM

Reputation: 57

Make youtube video play fullscreen in website, with no controls

I want a youtube video to play full-screen on a website, with no controls, no knowledge that it is YouTube. Like what is done over at gaben.tv. Prefrebly all in html, Is this possible? Well I know it's possible, because it was done, but how do i do it? Or achieve a similar result?

Upvotes: 0

Views: 404

Answers (1)

mb21
mb21

Reputation: 39209

If you look at their source code (right-click > view Source, or better yet use e.g. Chrome Dev Tools) you see that they used jQuery.mb.YTPlayer.

Upvotes: 1

Related Questions