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.
a simple question about vanilicon

is there any way for these icons to fit the profile area properly
0
Comments
you can stretch them. if you need more resolution you could even modify the plugin, as it is generated.
edit - looks like they have only three sizes.
Why not add a border/margin and centre them?
grep is your friend.
@remzi Go to
domain/conf/config-defaults.php
fileYou can find a code line like this (line #85)
$Configuration['Garden']['Profile']['MaxWidth'] = 250;
Change 250 to your size
@Chanux
Changes should not be made to the config-defaults file
The code should be copied to config.php and changed there.