Sha256: 83d20517c902c635674853f85c0d988169d71f725529a6ed837ac9e1cfe67a53
Contents?: true
Size: 877 Bytes
Versions: 1
Compression:
Stored size: 877 Bytes
Contents
# Sublime Video for Rails 3.1 ## Installation Add to your Gemfile ```ruby gem 'sublimevideo_rails' ``` And run bundle to install the library. ```ruby bundle ``` Add the sublime.yml file to your config directory ```yaml # config/sublime.yml (change the site token) SITE: TOKEN: ajezdvbh ``` You can optionally use the following options to include HD videos ```ruby source: #MP4 source_hd_mp4: #HD MP4 source_webm: #webm source_webm_hd #HD WebM width: #width of the video height: #height of the video poster: #image that will be displayed on the screen class: #CSS class of the video player container ``` ## Usage ```erb <%= sublimevideo_rails source: "http://domain.com/path/to/video.mp4", width:"400px" %> ``` #Watermark ```ruby #Coming soon ``` ## Resources http://sublimevideo.net
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sublimevideo_rails-0.0.1 | readme.md |