diff --git a/web/css/main.css b/web/css/main.css index b47047fb..10d98e2e 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -3,6 +3,12 @@ src: url('/fonts/6809-Chargen.woff2'); } + +.no-media-controls::-webkit-media-controls { + display: none !important; +} + + html { /* force full size for Firefox */ width: 100%; diff --git a/web/index.html b/web/index.html index bc673e5e..a760c3fc 100644 --- a/web/index.html +++ b/web/index.html @@ -37,7 +37,7 @@ There is still audio because current audio flow is not from media but it is manually encoded (technical webRTC challenge). Later, when we can integrate audio to media, we can face the issue with mute again . https://developers.google.com/web/updates/2017/09/autoplay-policy-changes --> - +