brightcove / videojs-thumbnails

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

Offsetparent #12

Closed gkatsev closed 10 years ago

gkatsev commented 10 years ago

The left offset calculations for the thumbnail div was incorrectly assuming the progress control was the positioned element we should be calculating against. This finds the proper offset parent.

It also hides thumbnails on user inactivity.