Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 675 Bytes

readme.md

File metadata and controls

55 lines (31 loc) · 675 Bytes

VideoJS for Rails 3.1 Asset Pipeline

Installation

Add to your Gemfile

gem 'videojs_rails'

And run bundle to install the library.

bundle

Add the resources to your application.js file

# app/assets/javascripts/application.js
//= require videojs

You can optionally include skins by requiring in app/assets/stylesheets/application.css

/*
*= require_self
*= require videojs
*= require skins/hu.css
*/

currently not working

Usage

<%= videojs_rails source: "http://domain.com/path/to/video.mp4", width:"400px" %>

Resources

http://videojs.com/ http://videojs.com/#getting-started