From a6c8b7e506232945a729e4fc0b7bbde6c0cfd0d4 Mon Sep 17 00:00:00 2001 From: Aditya Agarwal Date: Sun, 22 May 2016 16:36:30 +0530 Subject: [PATCH 1/7] Update readme.md thang was a less common word , keeping it simple by using 'thing' is I think good , also there were SASS support so why not add that too. --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 75a6a921..53718740 100644 --- a/readme.md +++ b/readme.md @@ -21,6 +21,7 @@ We wanted a lightweight, accessible and customizable media player that supports - **[Fullscreen](#fullscreen)** - supports native fullscreen with fallback to "full window" modes - **i18n support** - support for internationalization of controls - **No dependencies** - written in "vanilla" JavaScript, no jQuery required +- **Sass and Less provided** - If you like _these_ over plain CSS Oh and yes, it works with Bootstrap. @@ -52,7 +53,7 @@ npm install plyr ### Bower -If bower is your thang, you can grab Plyr using: +If bower is your thing, you can grab Plyr using: ``` bower install plyr ``` From 341fd59cf68e3f7f58f4aac2e08b809d429cc091 Mon Sep 17 00:00:00 2001 From: Aditya Agarwal Date: Mon, 23 May 2016 21:34:57 +0530 Subject: [PATCH 2/7] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 53718740..c71793c1 100644 --- a/readme.md +++ b/readme.md @@ -21,7 +21,7 @@ We wanted a lightweight, accessible and customizable media player that supports - **[Fullscreen](#fullscreen)** - supports native fullscreen with fallback to "full window" modes - **i18n support** - support for internationalization of controls - **No dependencies** - written in "vanilla" JavaScript, no jQuery required -- **Sass and Less provided** - If you like _these_ over plain CSS +- **SASS and LESS provided** - If you like _these_ over plain CSS Oh and yes, it works with Bootstrap. From 37c8948d2c5020938a4f4576a8ef21b15f1d8567 Mon Sep 17 00:00:00 2001 From: louise louise Date: Tue, 24 May 2016 14:08:15 -0400 Subject: [PATCH 3/7] Fix typo --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 69c21287..4489ea4d 100644 --- a/readme.md +++ b/readme.md @@ -403,7 +403,7 @@ Or you can use the returned object from your call to the setup method: var player = plyr.setup('.js-plyr')[0]; ``` -This will return an array of plyr instances setup, so you need to specify the index of the instance you want. This is less useful if you are setting up mutliple instances. You can listen for the `setup` [event](#events) documented below which will return each instance one by one, as they are setup (in the `plyr` key of the event object). +This will return an array of plyr instances setup, so you need to specify the index of the instance you want. This is less useful if you are setting up multiple instances. You can listen for the `setup` [event](#events) documented below which will return each instance one by one, as they are setup (in the `plyr` key of the event object). Once you have your instance, you can use the API methods below on it. For example to pause it: @@ -829,7 +829,7 @@ Fullscreen in Plyr is supported for all browsers that [currently support it](htt -¹ Mobile Safari on the iPhone forces the native player for `