From 93cc9edd9a7417e744ac17a5c59a37ed64a38d73 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Mon, 20 Jul 2015 14:44:51 +1000 Subject: Added icon prefix option for when using default controls --- src/js/plyr.js | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'src/js/plyr.js') diff --git a/src/js/plyr.js b/src/js/plyr.js index adb35c12..debbecfc 100644 --- a/src/js/plyr.js +++ b/src/js/plyr.js @@ -1,6 +1,6 @@ // ========================================================================== // Plyr -// plyr.js v1.1.13 +// plyr.js v1.1.14 // https://github.com/selz/plyr // License: The MIT License (MIT) // ========================================================================== @@ -22,6 +22,7 @@ click: true, tooltips: false, displayDuration: true, + iconPrefix: "icon", selectors: { container: ".player", controls: ".player-controls", @@ -105,7 +106,7 @@ if(_inArray(config.controls, "restart")) { html.push( "" ); @@ -115,7 +116,7 @@ if(_inArray(config.controls, "rewind")) { html.push( "" ); @@ -125,11 +126,11 @@ if(_inArray(config.controls, "play")) { html.push( "", "" ); @@ -139,7 +140,7 @@ if(_inArray(config.controls, "fast-forward")) { html.push( "" ); @@ -176,8 +177,8 @@ html.push( "", "" ); @@ -196,8 +197,8 @@ html.push( "", "" ); @@ -207,8 +208,8 @@ if(_inArray(config.controls, "fullscreen")) { html.push( "" ); -- cgit v1.2.3