This commit is contained in:
root
2023-08-31 15:30:17 +02:00
commit dea16b40a8
833 changed files with 142024 additions and 0 deletions

1
modules/webvtt/vtt.css Normal file
View File

@@ -0,0 +1 @@
.videoSubtitles{position:absolute;bottom:0;text-align:center;left:0;right:0;top:0;inset-inline-start:0;inset-inline-end:0;color:#fff;margin:1.5%;transition:bottom 240ms ease-out;font-size:1.7em;font-size:max(4.4vmin, 1.3em)}.videoSubtitles-withosd{bottom:20%;bottom:7.5rem}@media all and (pointer:fine){.videoSubtitles{font-size:max(4.4vmin, 1.7em)}}.videoSubtitles-tv{font-size:2em}

1
modules/webvtt/vtt.js Normal file

File diff suppressed because one or more lines are too long