mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 13:15:25 +03:00
full height only
This commit is contained in:
parent
49cf527fcf
commit
1862b85d3e
@ -47,7 +47,7 @@ export default function JSMpegPlayer({
|
|||||||
<div className={className} ref={containerRef}>
|
<div className={className} ref={containerRef}>
|
||||||
<div
|
<div
|
||||||
ref={playerRef}
|
ref={playerRef}
|
||||||
className="jsmpeg size-full"
|
className="jsmpeg h-full"
|
||||||
style={{ aspectRatio: width / height }}
|
style={{ aspectRatio: width / height }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user