Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

mattherick/jwplayer-rails

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jwplayer::Rails

JW Player for Rails. Current version of JW Player is 6.2.3115

Installation

Add this line to your application's Gemfile:

gem 'jwplayer-rails'

Or install it yourself as:

$ gem install jwplayer-rails

Usage

First include assets on the page

<%= jwplayer_assets %>

Than place a div with JW Player

<%= jwplayer %>

You can pass options to jwplayer helper to customize it:

<%= jwplayer({width: 500, height: 200}) %>

More information for customization could be found here

Have fun!

About

Rails asset pipeline integration for JWPlayer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%