diff options
author | Sam Potts <me@sampotts.me> | 2016-02-21 14:04:13 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-02-21 14:04:13 +1100 |
commit | cad142fe859dbc1fd1db42cb19b1902f25cf6384 (patch) | |
tree | e7f8b469d7d2924d2155285e72bc1e8171be8d73 /src/sass/plyr.scss | |
parent | b18ed0338477059b0c8bace92fc96cf5ef0bbc6f (diff) | |
parent | 6a0b3dc823f48294b967f9123294d3e2068e3a8f (diff) | |
download | plyr-cad142fe859dbc1fd1db42cb19b1902f25cf6384.tar.lz plyr-cad142fe859dbc1fd1db42cb19b1902f25cf6384.tar.xz plyr-cad142fe859dbc1fd1db42cb19b1902f25cf6384.zip |
Merge branch 'master' of github.com:selz/plyr
# Conflicts:
# src/js/plyr.js
Diffstat (limited to 'src/sass/plyr.scss')
-rw-r--r-- | src/sass/plyr.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sass/plyr.scss b/src/sass/plyr.scss index 966a7966..0a6d653f 100644 --- a/src/sass/plyr.scss +++ b/src/sass/plyr.scss @@ -167,6 +167,11 @@ $plyr-bp-captions-large: 768px !default; // When captions jump to th vertical-align: middle; } + // Hide default captions + video::-webkit-media-text-track-container { + display: none; + } + // For embeds &__video-embed { padding-bottom: 56.25%; /* 16:9 */ |