seanbehan / videojs_rails

Video JS for Rails 3.1 Asset Pipeline
91 stars 71 forks source link

Plugins? #37

Closed SValkanov closed 9 years ago

SValkanov commented 9 years ago

Can I add some of the available plugins for video.js (https://github.com/videojs/video.js/wiki/Plugins) in my rails project? If so, how to do that?

grzlus commented 9 years ago

Of course you can add plugins. Read instruction in plugin repo and follow them.

Put JS and CSS to vendor/assets and include them.

SValkanov commented 9 years ago

Thank you.