make it not blast people's ears out

This commit is contained in:
Rph :3 2024-05-09 20:47:12 +02:00
parent 6d920a21df
commit 549a4ebe8f
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -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;"; 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); document.body.appendChild(vid);
vid.play(); vid.play();
vid.volume = 0.3;
` `
] ]
}, },