Add plyr as main player

Also plyr supports switch quality
This commit is contained in:
Jesús
2021-05-22 17:05:39 -05:00
parent e44647f106
commit b3abec81e1
19 changed files with 50218 additions and 1 deletions

View File

@@ -30,6 +30,20 @@ video {
max-height: 480px;
}
/* plyr fix */
.plyr:-moz-full-screen video {
max-height: initial;
}
.plyr:-webkit-full-screen video {
max-height: initial;
}
.plyr:-ms-fullscreen video {
max-height: initial;
}
.plyr:fullscreen video {
max-height: initial;
}
a:link {
color: var(--link);
}