From 6a3a61064dc69c52d14b2be5ff44ece67fc1ac14 Mon Sep 17 00:00:00 2001 From: k----n Date: Fri, 4 Oct 2019 23:41:47 -0600 Subject: [PATCH 1/7] Autoplays if possible, otherwise plays after user clicks play --- css/styles.css | 2 +- index.html | 2 +- js/everything.js | 9 ++++++++ package-lock.json | 54 +++++++++++++++-------------------------------- 4 files changed, 28 insertions(+), 39 deletions(-) diff --git a/css/styles.css b/css/styles.css index 9976030a..eecaa516 100644 --- a/css/styles.css +++ b/css/styles.css @@ -267,7 +267,7 @@ a { } .plyr__video-wrapper { - display: none; + display: block; } #audioplayer .plyr__controls { diff --git a/index.html b/index.html index 7a3b3aeb..b6f2cefd 100644 --- a/index.html +++ b/index.html @@ -68,7 +68,7 @@