diff options
Diffstat (limited to 'room.php')
-rw-r--r-- | room.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,8 +31,8 @@ switch($format) { case 'lq': $type = 'video'; - $width = 512; - $height = 288; + $width = 640; + $height = 360; break; } |