🎨(frontend) tune PiP window default dimensions

Start PiP in a taller shape closer to a typical video call layout.
This commit is contained in:
Cyril
2026-04-23 15:05:11 +02:00
parent bbc3d18309
commit 3c04d1e9a7
@@ -12,8 +12,8 @@ type WindowWithDocumentPiP = Window & {
} }
export const useDocumentPiP = ({ export const useDocumentPiP = ({
width = 480, width = 400,
height = 270, height = 480,
}: { }: {
width?: number width?: number
height?: number height?: number