From fea7ed96b339508552d46a25644948af832f4353 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 28 Feb 2015 12:44:21 +1100 Subject: [PATCH] Controls HTML docs --- controls.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 `` or ``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