HomeNotesProfile problems
1507 days ago in 
Tags: dolphin, 6, eraph
Reactions: 1 comments 0 points0 reports
 
 

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?

Plussed by

 
 
 
 

Comments

Oldest First
|
Threaded
 
 
Please login to post a comment.
mrpowless
inc/classes/bxdolmedia has max values in it did you raise themyet?

$aMediaConfig['size']['photoWidth'] = (int)$max_photo_width ? (int)$max_photo_width : 400;
$aMediaConfig['size']['photoHeight'] = (int)$max_photo_height ? (int)$max_photo_height : 400;
 
 
 
PET:0.076673030853271