Create unmute video button

Hi there,

Would be really grateful if anyone has any pointers for this – I’m fairly new to webflow.

I’m looking for a way to have an unmute button available on an autoplaying looping video (file hosted by dropbox/AWS), possibly also having that button restart the video as in the video on this page.

I’ve managed to set up a hosted autoplaying/looping video as in this tutorial, and have been trying & failing to add the unmute button to that as mentioned in this forum post here.

I don’t need any other video controls on the player, just an mute/unmute button.

Thanks in advance


Here is my site Read-Only: LINK

Unmute/restart could be done with JS.
You just have to read the docs of the player you’re using, or the HTML video element if you’re using that.