Improve YouTube storyboard display

This commit is contained in:
saltycrys 2020-11-08 19:54:56 +01:00
parent 0afc4f07c0
commit 77dc83e24f

View File

@ -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
}