Title: Resizing Initial Thumbnails
Last modified: August 30, 2016

---

# Resizing Initial Thumbnails

 *  Resolved [nateonawalk](https://wordpress.org/support/users/natesirrah/)
 * (@natesirrah)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/resizing-initial-thumbnails/)
 * Howdy Themonic! I’ve used
 * img.alignleft.wp-post-image {
    width: 260px; }
 * on my [Blog page](http://kawaiiface.net/stuff/) to resize my post thumbnails 
   a bit larger — but, this seems to apply _after_ the thumbnails have loaded at
   200px, rendering them more-or-less blurry when pulled on other parts of the site(
   like on my homepage).
 * I’m wondering a) what snippet and b) in what PHP file I need to edit to set this
   initial 200px load to something higher. Perhaps it’s a core file? I was able 
   to find the element included in different iconic-one style sheets already, just
   not the root of it. (+Don’t worry, I’m already using a child theme ^^).
 * Thank you so much in advance for any help!

Viewing 1 replies (of 1 total)

 *  Theme Author [Themonic](https://wordpress.org/support/users/themonic/)
 * (@themonic)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/resizing-initial-thumbnails/#post-6345219)
 * Check out line 47 of functions.php which is
 *     ```
       //Defining home page thumbnail size
       	add_image_size('excerpt-thumbnail', 200, 140, true);
       ```
   
 * edit 200 and 140 values to your liking and then regenerate thumbs. [https://wordpress.org/plugins/regenerate-thumbnails/](https://wordpress.org/plugins/regenerate-thumbnails/)
 * Empty all caches to see results.
 * Do leave us a review if you like the theme
    [https://wordpress.org/support/view/theme-reviews/iconic-one](https://wordpress.org/support/view/theme-reviews/iconic-one)

Viewing 1 replies (of 1 total)

The topic ‘Resizing Initial Thumbnails’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/iconic-one/3.3/screenshot.png)
 * Iconic One
 * [Support Threads](https://wordpress.org/support/theme/iconic-one/)
 * [Active Topics](https://wordpress.org/support/theme/iconic-one/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/iconic-one/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/iconic-one/reviews/)

## Tags

 * [resize](https://wordpress.org/support/topic-tag/resize/)
 * [thumbnails](https://wordpress.org/support/topic-tag/thumbnails/)

 * 1 reply
 * 2 participants
 * Last reply from: [Themonic](https://wordpress.org/support/users/themonic/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/resizing-initial-thumbnails/#post-6345219)
 * Status: resolved