Title: Featured Images sizing
Last modified: August 30, 2016

---

# Featured Images sizing

 *  Resolved [MissJaki](https://wordpress.org/support/users/missjaki/)
 * (@missjaki)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/featured-images-sizing/)
 * Thankyou kindly for creating this great theme. I love it. The only thing that
   is causing me some issue is images.
    On this page of snipets [http://dobermansden.com/blog/](http://dobermansden.com/blog/)
   can I get either the featured image size smaller? It looks HUGE! or instead of
   using featured image add a thumbnail image to show in snippet? whichever is easiest
   solution please
 * Next question, on the actual post can I remove the featured image from showing
   so I don’t have a repeat of image? if not I will just have to delete image in
   content. Not a big deal. And again featured image is HUGE! can I make it smaller
   in posts?
    [http://dobermansden.com/when-your-dog-runs-away/](http://dobermansden.com/when-your-dog-runs-away/)
 * thankyou for your time and being so generous, Good karma to you 🙂

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

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/featured-images-sizing/#post-6443828)
 * Thanks glad you like it!
 * Try the following CSS for making the Featured Images smaller:
 *     ```
       .featured-image {
         width: 100% !important;
         left: 0 !important;
         padding-bottom: 50% !important;
       }
       ```
   
 * You can copy and paste that code into the “Custom CSS” section in the Customizer(
   Appearance > Customize). Once added there, it should take affect right away.
 * If you’d like to then hide the Featured Images on the Post pages, but not on 
   the blog, you can add the following CSS below the previous snippet:
 *     ```
       .singular-post .featured-image {
         display: none;
       }
       ```
   
 *  Thread Starter [MissJaki](https://wordpress.org/support/users/missjaki/)
 * (@missjaki)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/featured-images-sizing/#post-6443902)
 * works thankyou 🙂
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/featured-images-sizing/#post-6443975)
 * You’re welcome 🙂

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

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

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/featured-images-sizing/#post-6443975)
 * Status: resolved