resize Quest images to the actually used size

This commit is contained in:
oliver 2015-08-20 13:23:03 +02:00
commit b854554ed0
3 changed files with 30 additions and 48 deletions

View file

@ -85,8 +85,12 @@
*/
public static $media = array(
'questgroup' => array(
'width' => 480,
'height' => 5000
'width' => 480,
'height' => 5000
),
'quest' => array(
'width' => 200,
'height' => 200
),
'avatar' => array(
'width' => 500,