diff --git a/room.php b/room.php index c79ac134..383a8960 100644 --- a/room.php +++ b/room.php @@ -31,8 +31,8 @@ switch($format) { case 'lq': $type = 'video'; - $width = 512; - $height = 288; + $width = 640; + $height = 360; break; }