Title: thumbnail cropping?
Last modified: August 20, 2016

---

# thumbnail cropping?

 *  [thecowgoddess](https://wordpress.org/support/users/thecowgoddess/)
 * (@thecowgoddess)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/thumbnail-cropping-2/)
 * How can I stop the thumbnail from cropping through the middle (especially in 
   featured image) I want that to be the full image just resized.
    I tried these
   instructions and only succeeded in making the crop include the top Step2. Find
   the function named “image_resize_dimensions” (Around line 309). Unfortunately
   this function is not pluggable and doesn’t use any hooks so we will edit it directly.
   Find the lines: 1 $s_x = floor( ($orig_w – $crop_w) / 2 ); 2 $s_y = floor( ($
   orig_h – $crop_h) / 2 );
 * change to:
 * 1 $s_y = 0; //floor( ($orig_h – $crop_h) / 2 );
 * What would I do to get the bottom to show?
    thanks! Heather

The topic ‘thumbnail cropping?’ is closed to new replies.

## Tags

 * [cropping](https://wordpress.org/support/topic-tag/cropping/)
 * [featured images](https://wordpress.org/support/topic-tag/featured-images/)
 * [media.php](https://wordpress.org/support/topic-tag/media-php/)
 * [thumbnails](https://wordpress.org/support/topic-tag/thumbnails/)

 * 0 replies
 * 1 participant
 * Last reply from: [thecowgoddess](https://wordpress.org/support/users/thecowgoddess/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/thumbnail-cropping-2/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
