brightcove / videojs-thumbnails

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

Don't let thumbnail fall off player #17

Closed gkatsev closed 10 years ago

gkatsev commented 10 years ago

This currently only works if the thumbnails are images that use clip: rect() for the sprite.

It gets the width of the sprite and make sure that left isn't bigger than size of player minus half sprite width and that it isn't smaller than half sprite width.

dmlap commented 10 years ago

:turtle: