tjenkinson / clappr-thumbnails-plugin

A plugin for clappr which will display thumbnails when hovering over the scrub bar. Thumbnails can either be individual images or a sprite sheet.
https://tjenkinson.github.io/clappr-thumbnails-plugin/demo/
MIT License
44 stars 14 forks source link

Fix for IE11 browser bug #5 #8

Closed hmoraes closed 8 years ago

hmoraes commented 8 years ago

I made several changes to the code. The main ones are:

tjenkinson commented 8 years ago

@hmoraes thanks this is great and it's a lot better not having to bring in jQuery. I've added a few comments.

Will merge in a few hours and make a few small tweaks and release a new version.

Thanks!

tjenkinson commented 8 years ago

@hmoraes it's all updated now. The size has gone up a little bit again because I'm including Zepto in the file as Clappr currently doesn't officially export it. I'm going to submit a PR to clappr that does this, and once that's done if merged this will be able to use that and the file size will go down again.

hmoraes commented 8 years ago

It was good to help rsrsrs

tjenkinson commented 8 years ago

Actually clappr already exports zepto so it's back to a nice 8kB again now :)