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

Quote URL parameter when used with background-image css style #48

Closed bradleyfalzon closed 1 year ago

bradleyfalzon commented 1 year ago

I have a few sprites which had some spaces in the URL, although they would load via the <img> tag, the actual thumbnail wouldn't show. This appears to be because of the spaces in the URLs.

Simply quoting the string was enough to resolve the issue.