diff --git a/web/src/components/player/VideoControls.tsx b/web/src/components/player/VideoControls.tsx index d3bb1aa04..020c54d7b 100644 --- a/web/src/components/player/VideoControls.tsx +++ b/web/src/components/player/VideoControls.tsx @@ -289,6 +289,7 @@ export default function VideoControls({ }} onUploadFrame={onUploadFrame} containerRef={containerRef} + fullscreen={fullscreen} /> )} {features.fullscreen && toggleFullscreen && ( @@ -306,6 +307,7 @@ type FrigatePlusUploadButtonProps = { onClose: () => void; onUploadFrame: () => void; containerRef?: React.MutableRefObject; + fullscreen?: boolean; }; function FrigatePlusUploadButton({ video, @@ -313,6 +315,7 @@ function FrigatePlusUploadButton({ onClose, onUploadFrame, containerRef, + fullscreen, }: FrigatePlusUploadButtonProps) { const { t } = useTranslation(["components/player"]); @@ -349,7 +352,11 @@ function FrigatePlusUploadButton({ />