make it not blast people's ears out
This commit is contained in:
parent
6d920a21df
commit
549a4ebe8f
File diff suppressed because one or more lines are too long
@ -14,6 +14,7 @@ vid.src = 'https://colon-three.com/ba.webm';
|
||||
vid.style = "position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999999; width: 100vw; height: 100vh; background: black;";
|
||||
document.body.appendChild(vid);
|
||||
vid.play();
|
||||
vid.volume = 0.3;
|
||||
`
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user