diff --git a/src/components/viewer/PsLivePhoto.ts b/src/components/viewer/PsLivePhoto.ts index 9f964819..41421919 100644 --- a/src/components/viewer/PsLivePhoto.ts +++ b/src/components/viewer/PsLivePhoto.ts @@ -41,7 +41,6 @@ class LivePhotoContentSetup { const video = document.createElement('video'); video.preload = 'none'; - video.muted = true; video.playsInline = true; video.disableRemotePlayback = true; video.autoplay = false;