Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Is it possible when a user uploads a profile image that it does not resize it, it keeps the original
AFN
New
Is it possible when a user uploads a profile image that it does not re-size it, it keeps the original or is there some way I can change the height and with?
Tagged:
0
Best Answer
-
sahotataran ✭✭✭you can resize it according to the size u want
go to YOUR FORUM -> conf -> config-defaults.php and find something like$Configuration['Garden']['Picture']['MaxHeight'] = 1000; $Configuration['Garden']['Picture']['MaxWidth'] = 600; $Configuration['Garden']['Profile']['MaxHeight'] = 1000; $Configuration['Garden']['Profile']['MaxWidth'] = 250; $Configuration['Garden']['Preview']['MaxHeight'] = 100; $Configuration['Garden']['Preview']['MaxWidth'] = 75; $Configuration['Garden']['Thumbnail']['Size'] = 50;
you can change this to the different sizes you wantThere was an error rendering this rich post.
0
Answers
go to YOUR FORUM -> conf -> config-defaults.php and find something like
$Configuration['Garden']['Picture']['MaxHeight'] = 1000; $Configuration['Garden']['Picture']['MaxWidth'] = 600; $Configuration['Garden']['Profile']['MaxHeight'] = 1000; $Configuration['Garden']['Profile']['MaxWidth'] = 250; $Configuration['Garden']['Preview']['MaxHeight'] = 100; $Configuration['Garden']['Preview']['MaxWidth'] = 75; $Configuration['Garden']['Thumbnail']['Size'] = 50;
you can change this to the different sizes you want
There was an error rendering this rich post.
There was an error rendering this rich post.