mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 19:25:22 +03:00
Mute player by default
This commit is contained in:
parent
00fa1c64d2
commit
c19be25cdf
@ -217,6 +217,7 @@ class VideoRTC extends HTMLElement {
|
|||||||
this.video.controls = true;
|
this.video.controls = true;
|
||||||
this.video.playsInline = true;
|
this.video.playsInline = true;
|
||||||
this.video.preload = 'auto';
|
this.video.preload = 'auto';
|
||||||
|
this.video.muted = true;
|
||||||
|
|
||||||
this.video.style.display = 'block'; // fix bottom margin 4px
|
this.video.style.display = 'block'; // fix bottom margin 4px
|
||||||
this.video.style.width = '100%';
|
this.video.style.width = '100%';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user