Title: IMAGE SIZE
Last modified: August 21, 2016

---

# IMAGE SIZE

 *  Resolved [serbill](https://wordpress.org/support/users/serbill/)
 * (@serbill)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/image-size-27/)
 * Hi there,
 * I saw the previews post about image resizing but I cant seem
    to make this work.
 * I want to get the big image from facebook. I am at
    class-uki-facebook-wall-feed.
   php line 840
 * function fb_fix( $str ) {
    $pos = strpos( $str, ‘safe_image.php’ ); if ( $pos!
   == FALSE ) { parse_str( $str ); $str = $url; }
 *  $result = ‘<img src=”‘ . htmlentities( $str, ENT_QUOTES, ‘UTF-8’ ) . ‘” alt=”‘.
   __( ‘Facebook Picture’, JSL3_FWF_TEXT_DOMAIN );
    if ( isset( $w ) && isset( $
   h ) ) $result .= ‘” width=”‘ . $w . ‘” height=”‘ . $h; $result .= ‘” />’;
 *  return $result;
    }
 * It seems that everything I have done following the previews post doesn’t work.
   Can you please help me?
 * [http://wordpress.org/plugins/jsl3-facebook-wall-feed/](http://wordpress.org/plugins/jsl3-facebook-wall-feed/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Takanudo](https://wordpress.org/support/users/takanudo/)
 * (@takanudo)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/image-size-27/#post-4191415)
 * You can modify the php to grab a larger image from Facebook by doing the following:
    1. Open ‘/wp-content/plugins/jsl3-facebook-wall-feed/php/class-uki-facebook-wall-
       feed.php’
    2. Line 852 is the following:
        `return $result;`
    3. Change it to the following
        `return str_replace('_s', '_n', $result);`
    4. Save the file
 *  Thread Starter [serbill](https://wordpress.org/support/users/serbill/)
 * (@serbill)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/image-size-27/#post-4191461)
 * Just perfect!
 * Take care

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘IMAGE SIZE’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jsl3-facebook-wall-feed.svg)
 * [JSL3 Facebook Wall Feed](https://wordpress.org/plugins/jsl3-facebook-wall-feed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jsl3-facebook-wall-feed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jsl3-facebook-wall-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/jsl3-facebook-wall-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jsl3-facebook-wall-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jsl3-facebook-wall-feed/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [serbill](https://wordpress.org/support/users/serbill/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/image-size-27/#post-4191461)
 * Status: resolved