aboutsummaryrefslogtreecommitdiff
path: root/room.php
diff options
context:
space:
mode:
authorMaZderMind2014-10-19 16:35:35 +0200
committerMaZderMind2014-10-19 16:35:35 +0200
commitc4eff083f2dc1b51057e8bea7a4ecc6cd2dab4a4 (patch)
tree3d2f41b8eec69c67cc0529a106dfaa072f1260e2 /room.php
parent1de6e17ed3e390a50f3d038169290ba3687bfd8f (diff)
player config & style
Diffstat (limited to 'room.php')
-rw-r--r--room.php4
1 files changed, 2 insertions, 2 deletions
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;
}