Skip to content

Commit

Permalink
Merge branch 'go2rtc-1.7' of github.com:blakeblackshear/frigate into …
Browse files Browse the repository at this point in the history
…go2rtc-1.7
  • Loading branch information
NickM-27 committed Sep 21, 2023
2 parents 773c40e + c19be25 commit 25ce1ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/components/MsePlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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%';
Expand Down

0 comments on commit 25ce1ee

Please sign in to comment.