1. Edson_Ribeiro_dos_Santos
  2. Features Request
  3. Thursday, December 05 2013, 11:56 AM
HI.


Is there any way to prevent the avatar is cropped? I wish he was just resized based on a maximum width and height.

See this page the avatar cropped just cutting the person's face.
admin Accepted Answer
Admin
Hi Edson,
yes, but you have to make a change.

in file /administrator/components/com_jsn/helpers/fields/image.php

at line 137 and at line 147 replace this:
$foo->image_ratio_crop = true;

with this
$foo->image_ratio = true;


the code at line 137 is for thumb. You can decide to leave the crop on thumbnail (so the user list is more elegant).
  1. more than a month ago
  2. Features Request
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.