mirror of
https://github.com/iv-org/videojs-vtt-thumbnails.git
synced 2025-07-03 10:16:40 -04:00
Improve YouTube storyboard display
This commit is contained in:
parent
0afc4f07c0
commit
77dc83e24f
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ class vttThumbnailsPlugin {
|
|||
return {
|
||||
x: splitCoords[0],
|
||||
y: splitCoords[1],
|
||||
w: splitCoords[2],
|
||||
w: splitCoords[2] - 2, // youtube storyboard specific
|
||||
h: splitCoords[3],
|
||||
image: imageUrl
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue