Skip to content

Instantly share code, notes, and snippets.

@hekt
Created September 15, 2012 13:39
Show Gist options
  • Save hekt/3727949 to your computer and use it in GitHub Desktop.
Save hekt/3727949 to your computer and use it in GitHub Desktop.
YouTube Large player by default
/*
http://blog.hawn.be/2011/10/07/how-to-force-youtube-to-use-expanded-view-by-default-and-even-larger/
*/
div#watch-player.flash-player,
div#watch-player.html5-player,
div#watch-video {
width: 854px !important; height: 510px !important;
/* width: 970px !important; height: 580px !important; */
/* width: 1280px !important; height: 765px !important; */
}
div#watch-sidebar {
margin-top: 10px !important;
}
div#watch-video-container {
background-color: #555 !important;
background-image: -webkit-gradient(linear, left top, left bottom,
from(#555), to(#333)) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment