livephoto: unmute viewer playback (fix #660)
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/783/head
parent
3b0106a996
commit
178e46fba6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue