mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35: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 (viewMode === 'live') {
|
||||||
if (viewSource == 'mse') {
|
if (viewSource == 'mse') {
|
||||||
player = (
|
player = (
|
||||||
<Fragment className="max-w-5xl">
|
<Fragment>
|
||||||
|
<div className="max-w-5xl">
|
||||||
<MsePlayer camera={camera} />
|
<MsePlayer camera={camera} />
|
||||||
|
</div>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
);
|
);
|
||||||
} else if (viewSource == 'webrtc') {
|
} else if (viewSource == 'webrtc') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user