mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 11:15:21 +03:00
Merge branch 'go2rtc-1.7' of github.com:blakeblackshear/frigate into go2rtc-1.7
This commit is contained in:
commit
25ce1ee4df
@ -217,6 +217,7 @@ class VideoRTC extends HTMLElement {
|
||||
this.video.controls = true;
|
||||
this.video.playsInline = true;
|
||||
this.video.preload = 'auto';
|
||||
this.video.muted = true;
|
||||
|
||||
this.video.style.display = 'block'; // fix bottom margin 4px
|
||||
this.video.style.width = '100%';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user