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.
Last active
November 5, 2015 22:30
-
-
Save tommyh/e885511b122d71289f74 to your computer and use it in GitHub Desktop.
Tout: Wordpress Fix
This file contains 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
.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