Title: Featured image size
Last modified: August 22, 2016

---

# Featured image size

 *  [lisa401](https://wordpress.org/support/users/lisa401/)
 * (@lisa401)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/featured-image-size-29/)
 * Hi, my featured image is HUGE on my blog page, I don’t know why it’s coming out
   so big as the size is 300px wide! [http://beauty.value-site.co.uk/2014/11/16/autumn-fashion/](http://beauty.value-site.co.uk/2014/11/16/autumn-fashion/)
   Why would a featured image be larger than it actually is? I’ve never experienced
   this before!
 * If anyone can help? Thanks

Viewing 1 replies (of 1 total)

 *  [Will Schmierer](https://wordpress.org/support/users/officialwill/)
 * (@officialwill)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/featured-image-size-29/#post-5486231)
 * It looks like according to the css file, that the image is actually set to be
   100% of the column, so regardless of the size you upload, it will stretch the
   image to fill the space.
 * This is the part of the css setting the image to fill the space
 *     ```
       .wpb_single_image img {
       height: auto;
       max-width: 100%;
       }
       ```
   
 * if you want it to be smaller, just change the max-width. There may be better 
   options, but this would be a start.

Viewing 1 replies (of 1 total)

The topic ‘Featured image size’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Will Schmierer](https://wordpress.org/support/users/officialwill/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/featured-image-size-29/#post-5486231)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
