Make PiP window bigger (follow up: make it configurable)

This commit is contained in:
TC
2022-04-09 16:59:24 +02:00
parent 14326d2440
commit ebe3baf4bc

View File

@ -10,7 +10,7 @@ let originalPosition;
let originalSize;
const pipPosition = [10, 10];
const pipSize = [400, 220];
const pipSize = [450, 275];
const togglePiP = async (win) => {
isInPiPMode = !isInPiPMode;