Background video problem

Hey ! I just started my webflow website yesterday, and I already encounter a problem :')
I put a background video as an intro to my portfolio, but there is no sound and I don’t want my video to loop.
So I did a little bit of research to know what I am looking for. So I edited the code of my page but Nothing seems to work…
(for the sound I know about the google rules etc… But I made a button to go around this rule).

Here is my code if someone could Help me I would be so grateful :

<script>
Webflow.push(function() {
  document.getElementById('#video').querySelector('#video').removeAttribute('loop');
});
$("1sound").onClick,function (){
if( $("1video").prop('muted') ) {
$("#video").prop('muted', false);
} else {
$("#video").prop('muted', true);
}
});
</script>

Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hey @falsego and welcome to the forum.

Please post the read-only link of your website so that we can understand the problem better.

Okay here you go : https://preview.webflow.com/preview/falsego?utm_medium=preview_link&utm_source=designer&utm_content=falsego&preview=09f7e4228b2e310f3e7edd4aca16716a&workflow=preview

Also, I’ve added this a wishlist request to have a toggle between compressed and non compressed video: Toggle switch for background video compression | Webflow Wishlist

Make sure to vote it up so we can get a better solution in the future.