brightcove / videojs-thumbnails

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

Make sure that clip is a shape #19

Closed gkatsev closed 10 years ago

gkatsev commented 10 years ago

clip is either a shape of the form rect(top, right, bottom, left) or auto or inherit. Make sure that it's in shape form before trying to split it.