mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-31 04:37:57 +00:00
🎨(frontend) tune PiP window default dimensions
Start PiP in a taller shape closer to a typical video call layout.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user