player: mute by default to bypass autoplay restrictions

This commit is contained in:
2026-04-15 13:29:45 -07:00
parent acb0cd3161
commit 1a20111501

View File

@@ -135,6 +135,7 @@
<!-- svelte-ignore a11y_media_has_caption -->
<video
bind:this={videoElement}
muted
controls
onplay={handlePlay}
onpause={handlePause}