Viewing 1 replies (of 1 total)
  • Plugin Author Ivan M

    (@ivanm89)

    Hello,

    Actually it is possible, but small code modification is necessary.
    Please open FBCommens.class.in file and in line 34 you will have something like this

    $img = "https://graph.facebook.com/" . $fb_id . "/picture?type=large";

    Now, just replace “large” with small or normal. End result should be something like this

    $img = "https://graph.facebook.com/" . $fb_id . "/picture?type=normal";

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Avatar after import is too big’ is closed to new replies.