Skip to content

Instantly share code, notes, and snippets.

@jinnsblog
Created March 29, 2016 02:40
Show Gist options
  • Save jinnsblog/b253c3053fb8b8587cf3 to your computer and use it in GitHub Desktop.
Save jinnsblog/b253c3053fb8b8587cf3 to your computer and use it in GitHub Desktop.
Youtube RWD CSS
/* CSS Only */
.post-body iframe{width:100%!important;}
@media screen and (max-width:960px){
.post-body iframe{max-height:90%}}
@media screen and (max-width:768px){
.post-body iframe{max-height:75%}}
@media screen and (max-width:600px){
.post-body iframe{max-height:60%}}
@media screen and (max-width:480px){
.post-body iframe{height:auto!important;max-height:auto!important}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment