mirror of
https://github.com/iv-org/videojs-vtt-thumbnails.git
synced 2025-04-23 00:19:23 -04:00
Improve YouTube storyboard display
This commit is contained in:
parent
0afc4f07c0
commit
77dc83e24f
@ -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…
x
Reference in New Issue
Block a user