diff --git a/controls.md b/controls.md index c58c966b..1e9fef0b 100644 --- a/controls.md +++ b/controls.md @@ -46,64 +46,64 @@ You can include only the controls you need when specifying custom html. This is an example `html` option with all controls. ```javascript -["
", - "
", - "", - "", - "", +["
", + "
", + "", + "", + "", "0% played", "", - "", + "", "0% buffered", "", "
", - "", - "", - "", - "", - "", - "", - "", + "", "Current time", - "00:00", + "00:00", "", - "", + "", "Duration", - "00:00", + "00:00", "", "", - "", - "", - "", - "", - "", - "", "", "
"].join("\n");