From aa6bc2df2f64cf1d386c895f721282dc60c37b56 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Tue, 10 Mar 2015 23:54:52 +1100 Subject: Fixes for volume control on iOS --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index d8a08997..3aad0424 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -67,13 +67,13 @@ - + - + \ No newline at end of file -- cgit v1.2.3 From 55ed577b6a0fbced733de7633871c03ba188aa72 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sun, 15 Mar 2015 10:12:36 +1100 Subject: Indentation Converted to 4 space width tabbing --- docs/index.html | 136 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 68 insertions(+), 68 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 3aad0424..229e2ff9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,79 +1,79 @@ - - - Plyr - A simple HTML5 media player - - - + + + Plyr - A simple HTML5 media player + + + - - + + - - - - -
-

Plyr

-

A simple HTML5 media player with custom controls and WebVTT captions.

- Download on GitHub -
+ + + + +
+

Plyr

+

A simple HTML5 media player with custom controls and WebVTT captions.

+ Download on GitHub +
-
-
-
- -
- Big Buck Bunny. More info can be found at peach.blender.org. -
+
+
+
+ +
+ Big Buck Bunny. More info can be found at peach.blender.org. +
-
-
- -
- "96" by Logistics, which can be purchased from Hospital Records. -
-
+
+
+ +
+ "96" by Logistics, which can be purchased from Hospital Records. +
+
- + - - - + + + - - + + - - - + + + \ No newline at end of file -- cgit v1.2.3 From 9feffb29729193bd2e6f622b2df48627d467df70 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sun, 15 Mar 2015 10:18:56 +1100 Subject: Version bump --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 229e2ff9..15fda27f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -67,13 +67,13 @@ - + - + \ No newline at end of file -- cgit v1.2.3 From 388cb4df3964cf4db4e77eee5090bcf817c38dbc Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 21 Mar 2015 17:00:05 +1100 Subject: Keyboard accessibility improvements (Fixes #66) - Enter now works on checkboxes within the controls --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 15fda27f..5d84fc79 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -67,13 +67,13 @@ - + - + \ No newline at end of file -- cgit v1.2.3 From c61db87fd676ce84db2fef7408bbed20a2bcd652 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sun, 22 Mar 2015 11:05:28 +1100 Subject: API improvements --- docs/index.html | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 5d84fc79..c6742f07 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -67,13 +67,29 @@ - + - + \ No newline at end of file -- cgit v1.2.3 From 8b436276bffbcab3ba870ebe4e734c1099589851 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sun, 22 Mar 2015 21:26:29 +1100 Subject: Fixed bug with caption toggle, hide controls in fullscreen --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index c6742f07..219abd28 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -83,13 +83,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.0.28/sprite.svg"); + })(document, "https://cdn.plyr.io/1.0.29/sprite.svg"); - + - + \ No newline at end of file -- cgit v1.2.3 From aa1fed0b16bd73418cceb23526c0660d551265eb Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Mon, 30 Mar 2015 19:17:27 +1100 Subject: Fixed bug with media longer than 60 minutes (Fixes #69) --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 219abd28..4efb3899 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -83,13 +83,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.0.29/sprite.svg"); + })(document, "https://cdn.plyr.io/1.0.30/sprite.svg"); - + - + \ No newline at end of file -- cgit v1.2.3 From 73de5b577342d4035f71bb595c922cc89000d7f6 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Mon, 30 Mar 2015 21:03:48 +1100 Subject: Added displayDuration option, small bug fix - Using the native VTT cues, sometimes cues would not disappear --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 4efb3899..2dcef23d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -83,13 +83,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.0.30/sprite.svg"); + })(document, "https://cdn.plyr.io/1.0.31/sprite.svg"); - + - + \ No newline at end of file -- cgit v1.2.3 From e568bc9c8d25823867840f3344f91be834602a17 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 4 Apr 2015 12:32:37 +1100 Subject: Controls improvements - Added an option to toggle which controls display - Better handle missing controls --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 2dcef23d..1ec375c8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -83,13 +83,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.0.31/sprite.svg"); + })(document, "https://cdn.plyr.io/1.1.0/sprite.svg"); - + - + \ No newline at end of file -- cgit v1.2.3 From 7c5f38311b3261a9cbdabff816240f6d737401b7 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 4 Apr 2015 12:51:24 +1100 Subject: Bug fixes for controls changes --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 1ec375c8..88a31fb0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -83,13 +83,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.1.0/sprite.svg"); + })(document, "https://cdn.plyr.io/1.1.1/sprite.svg"); - + - + \ No newline at end of file -- cgit v1.2.3 From 5322f4c62fc05aa0caafa66592677d67aa55bd05 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Mon, 6 Apr 2015 11:47:23 +1000 Subject: Fullscreen API methods (Fixes #74), onSetup callback --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 88a31fb0..b12191b4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -83,13 +83,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.1.1/sprite.svg"); + })(document, "https://cdn.plyr.io/1.1.2/sprite.svg"); - + - + \ No newline at end of file -- cgit v1.2.3 From 99cabd545dda501fa23f4f1e917c3a586adea2a2 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Mon, 6 Apr 2015 13:25:36 +1000 Subject: Fix for generated IDs for controls, UI tweak for audio --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index b12191b4..91b27543 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -83,13 +83,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.1.2/sprite.svg"); + })(document, "https://cdn.plyr.io/1.1.3/sprite.svg"); - + - + \ No newline at end of file -- cgit v1.2.3 From 3526e322ef1433b76a926241131abf7f165acf3a Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Mon, 6 Apr 2015 19:42:26 +1000 Subject: Minor bug fixes --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 91b27543..1223da8b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -83,13 +83,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.1.3/sprite.svg"); + })(document, "https://cdn.plyr.io/1.1.4/sprite.svg"); - + - + \ No newline at end of file -- cgit v1.2.3 From 5187311ff014c44aaa8629f8a93bc46e6f89f88d Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Fri, 10 Apr 2015 07:16:53 +1000 Subject: Bug fix for isFullscreen() in Mozilla (Fixes #38) --- docs/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 1223da8b..3d383d8c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ - + - +
@@ -83,13 +83,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.1.4/sprite.svg"); + })(document, "https://cdn.plyr.io/1.1.5/sprite.svg"); - + - + \ No newline at end of file -- cgit v1.2.3