Title: Featured Image Size
Last modified: August 20, 2016

---

# Featured Image Size

 *  Resolved [fmnj](https://wordpress.org/support/users/fmnj/)
 * (@fmnj)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/featured-image-size-5/)
 * Hello,
 * After latest update the featured image in articles is showed when i open it… 
   in a very big size (size of the image)!
 * Before update the image wasn’t showed, only in pages (resized).
 * For example:
    [http://maisfestivais.com/outros-festivais/deolinda-e-wraygunn-no-portugal-ao-vivo-2013/](http://maisfestivais.com/outros-festivais/deolinda-e-wraygunn-no-portugal-ao-vivo-2013/)
 * Its too big!

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

 *  [Sampression](https://wordpress.org/support/users/sampression/)
 * (@sampression)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/featured-image-size-5/#post-3567520)
 * Hi fmnj,
 * Previously large sized images were used for featured images on home page. But
   we recently reduced the image size.
    Please reset the featured image for your
   articles which causes new thumbnail sizes to be created. Also there are lots 
   of good plugin available to regenerate thumbnails and resize thumbnails.
 * Hope this may fix your problem.
 * Thanks
 *  [bo4610](https://wordpress.org/support/users/bo4610/)
 * (@bo4610)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/featured-image-size-5/#post-3567686)
 * Step 1 >> Do a CTRL + F and paste “body.single article.post .featured-img”. The
   original code is:
 * body.single article.post .featured-img {
    height:auto; margin:0; }
 * Step 2 >> Simply add “width: 0px;” right after the “height:auto;” which should
   look like this:
 * body.single article.post .featured-img {
    height:auto; width: 0px; margin:0; }

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sampression-lite/2.3/screenshot.
   png)
 * Sampression Lite
 * [Support Threads](https://wordpress.org/support/theme/sampression-lite/)
 * [Active Topics](https://wordpress.org/support/theme/sampression-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sampression-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sampression-lite/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [bo4610](https://wordpress.org/support/users/bo4610/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/featured-image-size-5/#post-3567686)
 * Status: resolved