Adding a muted attribute to a video tag makes it actually play on chrome and chrome-like browsers.
This commit is contained in:
parent
bc85efb3db
commit
0bd91c3c1f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user