$w.onReady(function () { $w('#videoPlayer1').autoplay = true; $w('#videoPlayer1').mute(); // Must start muted // Unmute on first click anywhere on the page $w("Document").onClick(() => { $w('#videoPlayer1').unmute(); }); }); $w.onReady(function () { $w('#videoPlayer1').autoplay = true; $w('#videoPlayer1').mute(); // Must start muted // Unmute on first click anywhere on the page $w("Document").onClick(() => { $w('#videoPlayer1').unmute(); }); });
top of page
Website design 1.jpg

All Posts

bottom of page