diff options
author | Sam Potts <me@sampotts.me> | 2015-02-28 12:44:21 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-02-28 12:44:21 +1100 |
commit | fea7ed96b339508552d46a25644948af832f4353 (patch) | |
tree | c04bfc91475d9698cac219588bf59b71d6b2dc3a | |
parent | fdc0197433da926e5702d6823cb29676e5b64825 (diff) | |
download | plyr-fea7ed96b339508552d46a25644948af832f4353.tar.lz plyr-fea7ed96b339508552d46a25644948af832f4353.tar.xz plyr-fea7ed96b339508552d46a25644948af832f4353.zip |
Controls HTML docs
-rw-r--r-- | controls.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/controls.md b/controls.md index fa4c7c35..e4d94c61 100644 --- a/controls.md +++ b/controls.md @@ -1,6 +1,8 @@ # Controls HTML -This is the markup that is rendered for controls. It is a seperate option to allow full customisation of markup based on your needs. The default Plyr setup uses a Hogan template, this is to allow for localisation at a later date. If you check `controls.html` in `/src/templates` to get an idea of how the default html works. +This is the markup that is rendered for the Plyr controls. The reason it's a seperate option is to allow full customization of markup based on your needs. It's a pet hate of other libraries that use `<a href="#">` or `<span>`s as buttons! + +The default Plyr setup uses a Hogan template, this is to allow for localization at a later date. Check out `controls.html` in `/src/templates` to get an idea of how the default html is structured. Alternatively just use the vanilla HTML below. ## Requirements |