diff options
author | Sam Potts <sam@selz.com> | 2017-11-04 22:16:28 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-04 22:16:28 +1100 |
commit | a06a8150ef7d6563d3e620fbe3d1ce53bcbb1e0c (patch) | |
tree | bd5f6d536ea8aced78af2949aa63c9bf41aff994 /controls.md | |
parent | a924d406201a2de8a7f090c2a432165fb1e84cae (diff) | |
parent | e787934ee6b3984864fa12e23ec6e0d840979862 (diff) | |
download | plyr-a06a8150ef7d6563d3e620fbe3d1ce53bcbb1e0c.tar.lz plyr-a06a8150ef7d6563d3e620fbe3d1ce53bcbb1e0c.tar.xz plyr-a06a8150ef7d6563d3e620fbe3d1ce53bcbb1e0c.zip |
Merge pull request #649 from waltercruz/master
Adding title to the player html template
Diffstat (limited to 'controls.md')
-rw-r--r-- | controls.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controls.md b/controls.md index 36267156..15f52e47 100644 --- a/controls.md +++ b/controls.md @@ -37,6 +37,7 @@ You need to add several placeholders to your html template that are replaced whe - `{id}` - the dynamically generated ID for the player (for form controls) - `{seektime}` - the seek time specified in options for fast forward and rewind +- `{title}` - the title of your media, if specified You can include only the controls you need when specifying custom html. |