Media from CDN, added full browser mode

This commit is contained in:
Sam Potts
2015-02-17 12:26:31 +11:00
parent a36a30f1b0
commit 3acd033bea
8 changed files with 28 additions and 163 deletions

View File

@ -68,17 +68,19 @@ header {
}
}
.example-audio .player,
.example-video .player {
margin: 0 auto 40px;
&:fullscreen {
max-width: none;
}
}
// Players
.example-audio .player {
max-width: 480px;
}
.example-video .player {
max-width: 1200px;
}
.example-audio .player,
.example-video .player {
margin: 0 auto 40px;
&:fullscreen,
&-fullscreen {
max-width: none;
}
}