Tuesday, March 26, 2013

Fullscreen YouTube in browser

1. Right click on video when playing and select "Copy embed html". You will get something like this:
<iframe width="640" height="360" src="http://www.youtube.com/embed/p-OUNPqRzII?feature=player_detailpage" frameborder="0" allowfullscreen></iframe>

2. Paste it to a new tab and remove everything before http:// and after the ? mark. It will be like this:
http://www.youtube.com/embed/p-OUNPqRzII

3. Hit enter, you are done.

note: this method works with every ember video html code, tested, working, the point is to leave the http:// part only