mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-01 16:55:21 +03:00
videoplayer "md:w-2/3 sm:w-full"
This commit is contained in:
parent
6514f79b36
commit
a969b7435e
@ -87,7 +87,7 @@ export default function VideoPlayer({ children, options, seekOptions = {}, onRea
|
||||
}, []); // eslint-disable-line react-hooks/exhaustive-deps
|
||||
|
||||
return (
|
||||
<div data-vjs-player>
|
||||
<div className="md:w-2/3 sm:w-full m-auto">
|
||||
<video ref={playerRef} className="video-js vjs-default-skin" controls playsinline />
|
||||
{children}
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user