Profile problems
Hey! In my website happening that I upload a picture that is too big(2048x1536) as a user. I have set the max. size of the pictures (2048x1536) the users can upload to your site and when it's too big, you can find this photo in admin, but it will always be shown as white.What you need to do to solve this problem?
Please anybody help?
$aMediaConfig['size']['photoWidth'] = (int)$max_photo_width ? (int)$max_photo_width : 400;
$aMediaConfig['size']['photoHeight'] = (int)$max_photo_height ? (int)$max_photo_height : 400;