Created
March 5, 2015 13:06
-
-
Save bjoerge/82582b4be9b3d9caf487 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
.playerContainer { | |
position: relative; | |
} | |
.playerContainer object { | |
height: 100%; | |
left: 0; | |
top: 0; | |
position: absolute; | |
width: 100%; | |
} | |
.playerContainer > div:first-of-type { | |
width: 100%; | |
padding-bottom: 56%; | |
} | |
.playerContainer > div:first-of-type > div:first-of-type { | |
height: 100% !important; | |
position: absolute !important; | |
width: 100% !important; | |
} | |
.playerContainer > div:first-of-type > div:first-of-type > div:first-of-type { | |
height: 100% !important; | |
max-width: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment