Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created August 14, 2014 15:56
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 jchristopher/8833e71f1d9c8afaf58b to your computer and use it in GitHub Desktop.
Save jchristopher/8833e71f1d9c8afaf58b to your computer and use it in GitHub Desktop.
Make [video] in WordPress 3.9 responsive
// still not sure why
video {
width: 100%;
height: 100%;
max-width: 100%;
}
.wp-video {
width: 100% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment