feat: add custom rendered secondary tracks

This commit is contained in:
Ivan Schurawel
2022-09-15 14:25:34 -04:00
committed by Ivan Schurawel
parent 145aea184f
commit ab993886c1
2 changed files with 88 additions and 31 deletions
+8
View File
@@ -74,6 +74,14 @@ video[controls]::-webkit-media-controls {
display: inline-block;
}
.videoSecondarySubtitlesInner {
max-width: 70%;
background-color: rgba(0, 0, 0, 0.8);
margin: auto;
display: block;
margin-bottom: 0 !important;
}
@keyframes htmlvideoplayer-zoomin {
from {
transform: scale3d(0.2, 0.2, 0.2);