Skip to content

Instantly share code, notes, and snippets.

@tommyh
Last active November 5, 2015 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tommyh/e885511b122d71289f74 to your computer and use it in GitHub Desktop.
Save tommyh/e885511b122d71289f74 to your computer and use it in GitHub Desktop.
Tout: Wordpress Fix

Tout: Wordpress fix

Some wordpress themes have css styles which modify the height attribute for video players, resulting in a player element which has a small height and is broken. These css styles will fix those issues.

.tout-player .wrapper-for-tout object {
width: 100% !important;
height: 100% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment