Skip to content

Instantly share code, notes, and snippets.

@bjoerge
Created March 5, 2015 13:06
Show Gist options
  • Save bjoerge/82582b4be9b3d9caf487 to your computer and use it in GitHub Desktop.
Save bjoerge/82582b4be9b3d9caf487 to your computer and use it in GitHub Desktop.
.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