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

Optionally use NetworkInformation to disable sprite loading over slow connections #16

Closed phloxic closed 3 years ago

phloxic commented 3 years ago

If NetworkInformation.downlink is available, optionally use it to prevent costly sprite downloads over slow connections.