Merge branch 'go2rtc-1.7' of github.com:blakeblackshear/frigate into go2rtc-1.7

This commit is contained in:
Nick Mowen 2023-09-21 06:34:12 -06:00
commit 25ce1ee4df

View File

@ -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%';