Last active
December 16, 2015 22:20
-
-
Save EspadaV8/5506405 to your computer and use it in GitHub Desktop.
Resize Youtube to 720p
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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