Title: Featured images problem
Last modified: August 24, 2016

---

# Featured images problem

 *  Resolved [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years ago](https://wordpress.org/support/topic/featured-images-problem-3/)
 * I am having difficulty getting the featured images to show correctly, they are
   resizing bigger than the 270×250 that is preset for them. Some of the images 
   are actually smaller but they used to display properly, now they don’t.
 * [SITE LINK](http://www.aandsmobileauto.com/category/helpful-tips/)

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

 *  Thread Starter [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years ago](https://wordpress.org/support/topic/featured-images-problem-3/#post-6127589)
 * Note, none of the images are larger than 270×250
 *  [ibogo](https://wordpress.org/support/users/ibogo/)
 * (@ibogo)
 * [11 years ago](https://wordpress.org/support/topic/featured-images-problem-3/#post-6127604)
 * you mean the blogpost images?
 * they look OK but i see your point they are cut off
 *  Thread Starter [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years ago](https://wordpress.org/support/topic/featured-images-problem-3/#post-6127627)
 * OK, Blogpost images.. but they go on the post as a Featured Image. Anyone have
   any idea how to fix these? They are being scaled UP in size.
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years ago](https://wordpress.org/support/topic/featured-images-problem-3/#post-6127672)
 * The check engine image is generated by this HTML:
 * `<img src="http://www.aandsmobileauto.com/wp-content/uploads/check-engine_BackRem-
   e1431545372886.png" class="attachment-large tc-thumb-type-thumb wp-post-image
   wp-post-image h-centered" alt="check-engine_BackRem" style="height: 250px; width:
   auto; left: -37.5px; top: -2px;" height="191" width="263">`
 * ie 263px x 191px
 * h-centered suggests you have Dynamic thumbnails centering on any devices set 
   on Global Settings>Image settings?
 *  Thread Starter [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years ago](https://wordpress.org/support/topic/featured-images-problem-3/#post-6127724)
 * I turned off “Dynamic thumbnails centering” but that made it worse, but it did
   allow this snippet to work (which I tried before and wouldn’t work.
 *     ```
       .thumb-wrapper img {
       max-width: 270px !important;
       max-height: 250px !important;
       }
       ```
   
 *  Thread Starter [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years ago](https://wordpress.org/support/topic/featured-images-problem-3/#post-6127726)
 * Thanks rdell for the help, it got me down the right road..
 *  [ibogo](https://wordpress.org/support/users/ibogo/)
 * (@ibogo)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/featured-images-problem-3/#post-6127773)
 * It looks great now.
 *  Thread Starter [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/featured-images-problem-3/#post-6127784)
 * Yes, Thanks to rdellconsulting. I tried that same snippet before but there was
   other code with an !important tag blocking me. That went away once I removed 
   centering.

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

The topic ‘Featured images problem’ is closed to new replies.

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

 * 8 replies
 * 3 participants
 * Last reply from: [David_G](https://wordpress.org/support/users/questas_admin/)
 * Last activity: [10 years, 12 months ago](https://wordpress.org/support/topic/featured-images-problem-3/#post-6127784)
 * Status: resolved