Skip to content

Commit

Permalink
unmute video
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Jun 27, 2023
1 parent fa78f96 commit d43ea39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@ async function main() {
video.style.transform = 'translate(0, 0)'
video.style.objectFit = 'contain'
video.play()
video.muted = false
video.removeAttribute('muted')
let header = document.querySelector('.header-container')
if (header) {
Expand Down

0 comments on commit d43ea39

Please sign in to comment.