mirror of
https://github.com/iv-org/videojs-vtt-thumbnails.git
synced 2024-10-01 03:05:36 -04:00
Add note regarding support only for sprited thumbnails
I learned the hard way that this module does not work with thumbnail-per-segment VTTs; it's better to do sprites anyway but the thumbnails will load but not appear (no dimensions are set for the applicable DOM node) unless the VTT file contains the `xywh` info.
This commit is contained in:
parent
ceed945872
commit
f0f9cd0beb
@ -1,6 +1,6 @@
|
||||
# videojs-vtt-thumbnails
|
||||
|
||||
Video.js plugin that displays thumbnails on progress bar hover, driven by external VTT files. Based on the spec at: https://support.jwplayer.com/customer/portal/articles/1407439-adding-preview-thumbnails
|
||||
Video.js plugin that displays thumbnails on progress bar hover, driven by external VTT files. Based on [this JW Player spec](https://support.jwplayer.com/customer/portal/articles/1407439-adding-preview-thumbnails). Note, this plugin currently only supports sprited thumbnails.
|
||||
|
||||
Note: Plugin hides the default skin's mouse display timestamp on hover.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user