Title: Featured Image Size
Last modified: March 27, 2019

---

# Featured Image Size

 *  [cmhr5d](https://wordpress.org/support/users/cmhr5d/)
 * (@cmhr5d)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/featured-image-size-92/)
 * I am struggling with the size of my featured images. They are showing up HUGE
   on my post pages and were showing up HUGE on my homepage as well. Now they aren’t
   showing up at all on my home page. The one I have been playing with is on the
   post titled “How to Choose a Realtor That Will Sell Your Home Quickly”. It’s 
   on the second page of posts on my home page.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffeatured-image-size-92%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * (@apprimit)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/featured-image-size-92/#post-11365077)
 * Hello,
 * 1. For the image size, add the below code to the customize > custom css section
   to adjust it. Adjust the width as per your need.
 *     ```
       .single .thumbnail img {
           display: flex;
           margin: 0 auto;
           width: 60%;
       }
       ```
   
 * 2. For the broken image, try to disable jetpack + cache plugin temporarily if
   you are using it and check it fixes the issue or not.
 *  Thread Starter [cmhr5d](https://wordpress.org/support/users/cmhr5d/)
 * (@cmhr5d)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/featured-image-size-92/#post-11367244)
 * The image size fixed worked (thank you!) but getting ride of the cache didn’t
   fix the broken image.
 *  [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * (@apprimit)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/featured-image-size-92/#post-11367644)
 * Did you disable the Jetpack and clear the cache? Okay, disable all the plugins
   except Ocean Extra and reload the site. Check it works or not. If it works, then
   enable other plugins by one to check which plugin causing this issue.

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

The topic ‘Featured Image Size’ is closed to new replies.

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

## Tags

 * [featured image](https://wordpress.org/support/topic-tag/featured-image/)
 * [image size](https://wordpress.org/support/topic-tag/image-size/)

 * 3 replies
 * 2 participants
 * Last reply from: [Amit Singh](https://wordpress.org/support/users/apprimit/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/featured-image-size-92/#post-11367644)
 * Status: not resolved