From e0060cb4b5384fe6bacab7dcba4eaba59ab426f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 20 Sep 2020 15:41:37 -0500 Subject: Add more config in plyr --- libretube-theme/static/js/play.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libretube-theme/static/js/play.js b/libretube-theme/static/js/play.js index a2a53c2..9c23c84 100644 --- a/libretube-theme/static/js/play.js +++ b/libretube-theme/static/js/play.js @@ -12,6 +12,9 @@ const player = new Plyr('#player-ply', { 'settings', 'download', 'fullscreen' - ] + ], + iconUrl: "/theme/modules/plyr/plyr.svg", + blankVideo: "/theme/modules/plyr/blank.webm", + debug: true, }); // @license-end -- cgit v1.2.3