mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Fix mse sizing
This commit is contained in:
parent
cbec5b17ad
commit
a728fbe4ef
@ -99,8 +99,10 @@ export default function Camera({ camera }) {
|
||||
if (viewMode === 'live') {
|
||||
if (viewSource == 'mse') {
|
||||
player = (
|
||||
<Fragment className="max-w-5xl">
|
||||
<MsePlayer camera={camera} />
|
||||
<Fragment>
|
||||
<div className="max-w-5xl">
|
||||
<MsePlayer camera={camera} />
|
||||
</div>
|
||||
</Fragment>
|
||||
);
|
||||
} else if (viewSource == 'webrtc') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user