Viewing 1 replies (of 1 total)
  • Plugin Author loginradius

    (@loginradius)

    Hi Invisiblue,

    You can get large avatars by following the steps mentioned below:
    1. Open “wp-content/plugins/loginradius-for-wordpress/LoginRadius.php” (located in your WordPress root folder) in your favorite code editor.
    2. Search following code:

    function login_radius_social_avatar( $avatar, $avuser, $size, $default, $alt = ” ) {

    3. Place following code after the code searched above:

    $size = SIZE;

    Replace SIZE in the above code with the required image size (for example: 100)

    4. Save the file back. Replace existing file, if prompted.

    5. Navigate to Social Login section at LoginRadius page in WordPress admin panel.
    6. Select “YES, let users use large avatars from Social ID provider if available” in “Do you want to let users use their social profile picture as an avatar on your website?” option and save changes.

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Facebook & Google Avatar Size’ is closed to new replies.