diff options
author | Walter Cruz <waltercruz@gmail.com> | 2017-08-28 10:19:29 -0300 |
---|---|---|
committer | Walter Cruz <waltercruz@gmail.com> | 2017-08-28 10:19:29 -0300 |
commit | f50f0eb63d0bde1fb85395ce0d7f727f6f052f4b (patch) | |
tree | bd7d577df5566376557531afb77dfc1dbc18cf07 /controls.md | |
parent | 3fe0c7c84b00e5b2ea0e560782b60a4d96000f67 (diff) | |
download | plyr-f50f0eb63d0bde1fb85395ce0d7f727f6f052f4b.tar.lz plyr-f50f0eb63d0bde1fb85395ce0d7f727f6f052f4b.tar.xz plyr-f50f0eb63d0bde1fb85395ce0d7f727f6f052f4b.zip |
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..d83abbd2 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 yout media, if specified You can include only the controls you need when specifying custom html. |