diff --git a/src/frontend/src/features/pip/hooks/useDocumentPiP.ts b/src/frontend/src/features/pip/hooks/useDocumentPiP.ts index 1632ccd8..96a42c8d 100644 --- a/src/frontend/src/features/pip/hooks/useDocumentPiP.ts +++ b/src/frontend/src/features/pip/hooks/useDocumentPiP.ts @@ -12,8 +12,8 @@ type WindowWithDocumentPiP = Window & { } export const useDocumentPiP = ({ - width = 480, - height = 270, + width = 400, + height = 480, }: { width?: number height?: number