From c4eff083f2dc1b51057e8bea7a4ecc6cd2dab4a4 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 19 Oct 2014 16:35:35 +0200 Subject: player config & style --- room.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'room.php') diff --git a/room.php b/room.php index 383a896..c79ac13 100644 --- a/room.php +++ b/room.php @@ -31,8 +31,8 @@ switch($format) { case 'lq': $type = 'video'; - $width = 640; - $height = 360; + $width = 512; + $height = 288; break; } -- cgit v1.2.3