brightcove / videojs-thumbnails

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

Corrected Time calculations #34

Open wabeeler opened 8 years ago

wabeeler commented 8 years ago

After looking at how the videojs player did its time calculations, I noticed that this plugin's times were off depending on the size of the window the player is in. I was able to correct this by using the same DOM element that the player was using.

soborok commented 7 years ago

we experienced this issue and this pull worked for us except we didn't need import videojs from 'videojs';

plus, we had to add progressControl.el().offsetLeft to div.style.left as well to center thumbnail.