brightcove / videojs-thumbnails

A video.js plugin that displays thumbnail images over the scrubber.
Other
168 stars 97 forks source link

Fix the calculation of mouseTime #37

Closed drjinying closed 7 years ago

drjinying commented 7 years ago

When testing with the latest video.js and browsers, the original calculation returns negative values for "mouseTime". Variable "left" has already considered the offset thing. Removing the offset perfectly fixed the problem and the time is then correct.