Skip to content

Instantly share code, notes, and snippets.

@EspadaV8
Last active December 16, 2015 22:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EspadaV8/5506405 to your computer and use it in GitHub Desktop.
Save EspadaV8/5506405 to your computer and use it in GitHub Desktop.
Resize Youtube to 720p
document.documentElement.style.overflow = document.getElementsByTagName('body')[0].style.overflow = 'hidden';
document.getElementById('player-api').style.width = '1280px';
document.getElementById('player-api').style.height = '751px';
document.getElementById('player').style.padding = '0px';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment