Comment to 'Micro avatars really too small'
  • Hello Baloo !

    What do you think - if back this pic to the default 48*48 px (the real current size of the thumb) will it be fine? Anyway you may change these parameters of the pics resize in `sys_transcoder_filters` table:

    INSERT INTO `sys_transcoder_filters` (`transcoder_object`, `filter`, `filter_params`, `order`) VALUES 

    ('bx_persons_thumb', 'Resize', 'a:3:{s:1:"w";s:2:"50";s:1:"h";s:2:"50";s:13:"square_resize";s:1:"1";}', '0'), 

    ('bx_persons_avatar', 'Resize', 'a:3:{s:1:"w";s:3:"100";s:1:"h";s:3:"100";s:13:"square_resize";s:1:"1";}', '0'),