Volume fixes, iOS bug fixes

This commit is contained in:
Sam Potts
2016-04-27 22:47:03 +10:00
parent cb0b22574a
commit 2385291886
7 changed files with 36 additions and 28 deletions

View File

@ -7,6 +7,12 @@ section {
max-width: @example-width-video;
}
// For non supported browsers
video {
max-width: 100%;
vertical-align: middle;
}
// Example players
.plyr {
margin: 0 auto;