phloxic / videojs-sprite-thumbnails

Video.js plugin to display thumbnails from a sprite image when hovering over the progress bar
https://lastshiphome.de/en/movie
MIT License
52 stars 13 forks source link

feat: load sprite images on demand #56

Closed phloxic closed 11 months ago

phloxic commented 11 months ago

Loading of thumbnails will only happen if needed and interfere less with video loading and playback. This fundamentally changes the approach chosen in #17 because it seems that explicitly preloading a new Image is more dominant than to trigger the load via setting backgroundImage property.

Mouse time display tooltip style properties will change immediately without waiting for the image to load. Therefore introduce a new mandatory plugin option columns which will allow to determine backgroundPosition before naturalWidth and naturalHeight properties of the image are available.