1
0

Adding a muted attribute to a video tag makes it actually play on chrome and chrome-like browsers.

This commit is contained in:
Alexander Andreev 2024-03-06 04:20:43 +04:00
parent bc85efb3db
commit 0bd91c3c1f
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -24,7 +24,7 @@ html(lang='en')
a(href=mainSite) Back to main website
h1 Radio
section#banner
video(playsinline='' autoplay='' loop='')
video(playsinline='' autoplay='' loop='' muted='')
source(src="/assets/img/stopit.mp4", type="video/mp4")
section
small.player-links