mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-04 14:24:54 +03:00
Update ScrubbablePreview.tsx
This commit is contained in:
parent
72e22fa458
commit
fe6713f41c
@ -231,7 +231,7 @@ export function VideoPreview({
|
|||||||
<div className="relative aspect-video size-full bg-black">
|
<div className="relative aspect-video size-full bg-black">
|
||||||
<video
|
<video
|
||||||
ref={playerRef}
|
ref={playerRef}
|
||||||
className="pointer-events-none aspect-video size-full bg-black"
|
className="pointer-events-none aspect-video size-full bg-black object-contain"
|
||||||
autoPlay
|
autoPlay
|
||||||
playsInline
|
playsInline
|
||||||
preload="auto"
|
preload="auto"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user