Title: Thumbnail Sizes
Last modified: August 21, 2016

---

# Thumbnail Sizes

 *  [grishart](https://wordpress.org/support/users/grishart/)
 * (@grishart)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/thumbnail-sizes-4/)
 * Hi all
 * I have set up a thumb image size for my blog as follows in the functions.php `
   add_theme_support( ‘post-thumbnails’ );
    add_image_size( ‘new-thumb’, 800, 300,
   true );`
 * I have also added this in my index.php page `<?php the_post_thumbnail('new-thumb');?
   >`
 * the problem is that the image is only showing in proportion and not cropping 
   the height, so what ever the height is of the image is then the width is in proportion
   and I would rather have a cropped image that uses the width as the main thing.
 * Hope that makes sense and thanks for your time

The topic ‘Thumbnail Sizes’ is closed to new replies.

## Tags

 * [add_image_size](https://wordpress.org/support/topic-tag/add_image_size/)
 * [thumbnail sizes](https://wordpress.org/support/topic-tag/thumbnail-sizes/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [grishart](https://wordpress.org/support/users/grishart/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/thumbnail-sizes-4/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
