Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 810 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 810 Bytes

ember-cli-plyr

This ember-cli addon is the fastest way to add the Plyr.js HTML5 media component to your Ember projects.

Image of Plyr

Installation

ember addon:install ember-cli-plyr

Usage

Video

{{video-plyr 
  mp4="//cdn.selz.com/plyr/1.0/movie.mp4" 
  webm="//cdn.selz.com/plyr/1.0/movie.webm" 
  poster="//cdn.selz.com/plyr/1.0/poster.jpg" 
  captions="//cdn.selz.com/plyr/1.0/movie_captions_en.vtt"
}}

Audio

{{audio-plyr 
  mp3="//cdn.selz.com/plyr/1.0/logistics-96-sample.mp3"
  ogg="//cdn.selz.com/plyr/1.0/logistics-96-sample.ogg"
}}

Credits

Copyright and License

The MIT license.