How to: Ensure clips are muted

Is there a way to make sure an embedded clip is muted, so that audio has to get deliberately turned on?

We would rather not surprise visitors by content that suddenly starts playing loud music.

1 Like

@hoja, you can do it by using the functions available at GitHub - gumlet/player.js: Library to control embedded video and audio..

Using Javascript, you can initialize a player.js instance and mute the video on page-load.