Title: How fix size thumbnail
Last modified: August 21, 2016

---

# How fix size thumbnail

 *  [ethandane](https://wordpress.org/support/users/ethandane/)
 * (@ethandane)
 * [12 years ago](https://wordpress.org/support/topic/how-fix-size-thumbnail/)
 * Hi
    In my blog I have all image featured with this size 530 x 275.
 * Now I use this hueman theme and I have problem with the thumbnail image, all 
   my image are cut.
 * I have setting in media the size 530 x 275 for large image, and than rethumbnail
   image.
    But the I have always the same problem.
 * How resolve it?
 * Thank you so much

Viewing 1 replies (of 1 total)

 *  Thread Starter [ethandane](https://wordpress.org/support/users/ethandane/)
 * (@ethandane)
 * [12 years ago](https://wordpress.org/support/topic/how-fix-size-thumbnail/#post-5132791)
 * I resolved it.
 * it’s possible change the setting in the file function.php
 * I have insert the exact proportion of the my image.
 * For example: my image size 530 x 275 and that are proportion size
 * // Thumbnail sizes
    add_image_size( ‘thumb-small’, 160, 83, true ); add_image_size(‘
   thumb-medium’, 520, 270, true ); add_image_size( ‘thumb-large’, 720, 374, true);
 * then regenerate thumbnails and it work 🙂

Viewing 1 replies (of 1 total)

The topic ‘How fix size thumbnail’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [ethandane](https://wordpress.org/support/users/ethandane/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/how-fix-size-thumbnail/#post-5132791)
 * Status: not resolved