Closed SValkanov closed 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?
Of course you can add plugins. Read instruction in plugin repo and follow them.
Put JS and CSS to vendor/assets and include them.
vendor/assets
Thank you.
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?