Auto Unmute Video

Hello All,

Videos set to auto-play are muted by default. Is it possible to write a script that will auto unmute video on page/lightbox load, or something along those lines?

If that does not work, what if we unmute the video on a switch being triggered, and have a script that triggers the switch after loading?

You can use .unmute() . See:
https://www.wix.com/velo/reference/$w/videoplayer/unmute

However, many browsers (especially on mobile devices) won’t let you automatically unmute. It’s part of the privacy settings.