Title: Featured image sizing
Last modified: September 1, 2016

---

# Featured image sizing

 *  Resolved [herlittleloves](https://wordpress.org/support/users/herlittleloves/)
 * (@herlittleloves)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/featured-image-sizing-1/)
 * HI,
 * When i chose a featured image it crops most of the image out to fit. I’m wondering
   how I can have the whole photo set as the featured image. Also at the bottom 
   of my blog page the image is huge. I don’t even know why it has the post title
   and giant image in that location. Can you please show me how to delete this. 
   It looks so bad!
 * My blog is [http://www.herlittleloves.com](http://www.herlittleloves.com)
 * Thank you!

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

 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/featured-image-sizing-1/#post-7576191)
 * Hi there,
    The [recommended](http://www.cssigniter.com/docs/olsen-light/) image
   size for olsen light is 665x435px. You can change this by opening your functions.
   php file and replacing
 *     ```
       set_post_thumbnail_size( 665, 435, true );
       ```
   
 * with
 *     ```
       set_post_thumbnail_size( 665, 0, false );
       ```
   
 * Try installing the WP Editor plugin to enhance the default editor and then navigate
   to the /themes/olsen-light/ folder to find the file.
 * Install the Regenerate thumbnails plugin, activate it and go to Tools -> Regen.
   Thumbnails to run a regeneration in order for the change to be applied.
 * This will make the height expand to the image original and wont crop the image.
   
   Let me know if this helps
 *  Thread Starter [herlittleloves](https://wordpress.org/support/users/herlittleloves/)
 * (@herlittleloves)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/featured-image-sizing-1/#post-7576336)
 * Thank you! 🙂
 *  [Fotis](https://wordpress.org/support/users/markwaregr/)
 * (@markwaregr)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/featured-image-sizing-1/#post-7576340)
 * Hi there, you are welcome! Please mark this thread as resolved if this helped
   you. Thanks!

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/olsen-light/1.7.1/screenshot.png)
 * Olsen Light
 * [Support Threads](https://wordpress.org/support/theme/olsen-light/)
 * [Active Topics](https://wordpress.org/support/theme/olsen-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/olsen-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/olsen-light/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Fotis](https://wordpress.org/support/users/markwaregr/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/featured-image-sizing-1/#post-7576340)
 * Status: resolved