From 12949bb855fbd9559643889ca602d7f6cc4e2ede Mon Sep 17 00:00:00 2001 From: "S.D" Date: Thu, 4 Jun 2020 20:21:13 +0100 Subject: [PATCH] Update playback -> tries to autoplay mute button otherwise --- css/custom.css | 5 +++++ index.html | 20 ++++++++++++++++---- js/my_functions.js | 30 ++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+), 4 deletions(-) create mode 100644 js/my_functions.js diff --git a/css/custom.css b/css/custom.css index 24cbf28..bd002a9 100644 --- a/css/custom.css +++ b/css/custom.css @@ -21,3 +21,8 @@ background-color: rgba(0.1, 0.1, 0.1, 0.8); padding: 18px; } + +#volbutton +{ + opacity: 0.33; +} \ No newline at end of file diff --git a/index.html b/index.html index 8cf128c..1b1670b 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@ + @@ -13,10 +14,13 @@ - - -