mirror of
https://github.com/iv-org/videojs-vtt-thumbnails.git
synced 2025-08-12 08:20:32 -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 {
|
return {
|
||||||
x: splitCoords[0],
|
x: splitCoords[0],
|
||||||
y: splitCoords[1],
|
y: splitCoords[1],
|
||||||
w: splitCoords[2],
|
w: splitCoords[2] - 2, // youtube storyboard specific
|
||||||
h: splitCoords[3],
|
h: splitCoords[3],
|
||||||
image: imageUrl
|
image: imageUrl
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue