brightcove / videojs-thumbnails

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

Offsetx #14

Closed gkatsev closed 10 years ago

gkatsev commented 10 years ago

for mouseTime, use page offset rather than event This is because if there is a scroll handle, the offsetX of the event would be with respect to that element. Plus, we already caluclated the page offset. Requires the JSHint PR to be merged first.

Fixes #3.

gkatsev commented 10 years ago

Added comment. @dmlap

dmlap commented 10 years ago

:jeans: