Always hide standard controls (Fixes #225)

This commit is contained in:
Sam 2016-05-23 21:19:53 +01:00
parent 7238eab737
commit be2e7d4c99
4 changed files with 12 additions and 2 deletions

2
dist/plyr.css vendored

File diff suppressed because one or more lines are too long

2
dist/plyr.js vendored

File diff suppressed because one or more lines are too long

View File

@ -246,6 +246,11 @@
// Controls // Controls
// -------------------------------------------------------------- // --------------------------------------------------------------
// Hide native controls
.plyr ::-webkit-media-controls {
display: none;
}
// Playback controls // Playback controls
.plyr__controls { .plyr__controls {
display: flex; display: flex;

View File

@ -245,6 +245,11 @@
// Controls // Controls
// -------------------------------------------------------------- // --------------------------------------------------------------
// Hide native controls
.plyr ::-webkit-media-controls {
display: none;
}
// Playback controls // Playback controls
.plyr__controls { .plyr__controls {
display: flex; display: flex;