Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 665 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 665 Bytes

Mediaelement::Skin::Avalon

This gem is a mediaelement.js plugin that adds a linked title on top of the video.

Installation

Add this line to your application's Gemfile:

gem 'mediaelement-title'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mediaelement-title

Usage

Load the gem assets after mediaelement_rails assets Add "title" to the features option in mediaelement player

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request