resize Quest images to the actually used size
This commit is contained in:
parent
5cb60679e0
commit
b854554ed0
3 changed files with 30 additions and 48 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue