diff --git a/README.md b/README.md index 1452051..4c7cb00 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,13 @@ Setup sources dynamically: ``` @@ -77,7 +83,8 @@ videojs('video', { }) ``` ### Avalible options: -* default - `{Number}|'low'|'high'` - default resolution. If any `Number` is passed plugin will try to choose source based on `res` parameter. If `low` or `high` is passed, plugin will choose respectively worse or best resolution (if `res` parameter is specified). If `res` parameter is not specified plugin assumes that sources array is sorted from best to worse. +* default - `{Number}|'low'|'high'` - default resolution. If any `Number` is passed plugin will try to choose source based on `res` parameter. If `low` or `high` is passed, plugin will choose respectively worse or best resolution (if `res` parameter is specified). If `res` parameter is not specified plugin assumes that sources array is sorted from best to worse. +* dynamicLabel - `{Boolean}` - if `true` current label will be displayed in control bar. By default gear icon is displayed. ## Example diff --git a/example.html b/example.html index b73db35..f0285da 100644 --- a/example.html +++ b/example.html @@ -38,11 +38,11 @@

-