mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-05 08:27:42 +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 = ({
|
||||
width = 480,
|
||||
height = 270,
|
||||
width = 400,
|
||||
height = 480,
|
||||
}: {
|
||||
width?: number
|
||||
height?: number
|
||||
|
||||
Reference in New Issue
Block a user