1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
Daniel Neto 2023-10-25 10:14:46 -03:00
parent b6d47e94c8
commit 65f15c7e46
2882 changed files with 382239 additions and 10785 deletions

View file

@ -615,12 +615,14 @@ function CueStyleBox(window, cue, styleOptions) {
var textPos = 0;
switch (cue.positionAlign) {
case "start":
case "line-left":
textPos = cue.position;
break;
case "center":
textPos = cue.position - (cue.size / 2);
break;
case "end":
case "line-right":
textPos = cue.position - cue.size;
break;
}

File diff suppressed because one or more lines are too long

View file

@ -615,12 +615,14 @@ function CueStyleBox(window, cue, styleOptions) {
var textPos = 0;
switch (cue.positionAlign) {
case "start":
case "line-left":
textPos = cue.position;
break;
case "center":
textPos = cue.position - (cue.size / 2);
break;
case "end":
case "line-right":
textPos = cue.position - cue.size;
break;
}

File diff suppressed because one or more lines are too long

View file

@ -614,12 +614,14 @@ function CueStyleBox(window, cue, styleOptions) {
var textPos = 0;
switch (cue.positionAlign) {
case "start":
case "line-left":
textPos = cue.position;
break;
case "center":
textPos = cue.position - (cue.size / 2);
break;
case "end":
case "line-right":
textPos = cue.position - cue.size;
break;
}

View file

@ -5,7 +5,7 @@
],
"name": "videojs-vtt.js",
"description": "A JavaScript implementation of the WebVTT specification, forked from vtt.js for use with Video.js",
"version": "0.15.4",
"version": "0.15.5",
"main": "lib/browser-index.js",
"repository": {
"type": "git",