Title: Feature Image
Last modified: August 22, 2016

---

# Feature Image

 *  [positivelyclassy](https://wordpress.org/support/users/positivelyclassy/)
 * (@positivelyclassy)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/feature-image-12/)
 * Hi,
    I just uploaded this theme to my blog and my feature images are all set 
   to the left side and do not ‘fit’ the feature image section. How do I make all
   the featured images fit the space provided and make this uniform through each
   post? Thanks

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

 *  [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * (@marutim)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/feature-image-12/#post-5241712)
 * Hi
 * Can you please share the link so that we can look into the site and would be 
   in a better postion to help?
 * Thanks
 *  Thread Starter [positivelyclassy](https://wordpress.org/support/users/positivelyclassy/)
 * (@positivelyclassy)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/feature-image-12/#post-5241722)
 * Hi,
 * This is my blog: positivelyclassy.com
 * Thanks!
 *  [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * (@marutim)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/feature-image-12/#post-5241731)
 * Hi,
 * To have featured images uniform in the home page, you need to maintain the ratio
   of 640: 250 that means the image size should be greater than or equal to 640px
   wide and 250px high.
 * I guess you have figured it out, as I see the the first two images perfectly 
   placed.
 * Thanks
 *  Thread Starter [positivelyclassy](https://wordpress.org/support/users/positivelyclassy/)
 * (@positivelyclassy)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/feature-image-12/#post-5241736)
 * Hi,
 * The photo itself doesn’t ‘fit’ into the feature image section. I wanted to know
   whether there was a way to increase the dimensions of the feature image so that
   it sits more as a square rather than a rectangle?
 * If that possible?
 * Thanks
 *  [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * (@marutim)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/feature-image-12/#post-5241745)
 * Hi
 * Yes you can make it square. But do you have a image size if yes then add the 
   image size using the [add_image_size()](http://codex.wordpress.org/Function_Reference/add_image_size).
 * Then using the handle in content.php line number 25 which now says.
 *     ```
       the_post_thumbnail( 'thumb-featured' );
       ```
   
 * and replace “thumb-featured” with your custom image size.
 * Please go through [the_post_thumbnail](http://codex.wordpress.org/Function_Reference/the_post_thumbnail)
   for more details.
 * Also I would advice you to do the changes using a [Child Theme](http://www.sourcexpress.com/wordpress-child-themes-use/)
   to keep the changes preserved even after the update
 * Hope it helps!!
 * Thanks

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

The topic ‘Feature Image’ is closed to new replies.

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

 * 5 replies
 * 2 participants
 * Last reply from: [Maruti Mohanty](https://wordpress.org/support/users/marutim/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/feature-image-12/#post-5241745)
 * Status: not resolved