From 85f1e51c8babefca2d670dbd0b21a6307dbb4d21 Mon Sep 17 00:00:00 2001 From: Kasper Moskwiak Date: Sat, 9 Jul 2016 21:49:27 +0200 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a1493f..c0a5550 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ videojs('video', { * 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. * customSourcePicker - `{Function}` - custom function for selecting source. +* ui - `{Boolean}` - If set to `false` button will not be displayed in control bar. Default is `true`. ## Methods