Title: change (increase) post image
Last modified: August 22, 2016

---

# change (increase) post image

 *  Resolved [wentys](https://wordpress.org/support/users/wentys/)
 * (@wentys)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/change-increase-post-image/)
 * i add c.a. 600×800 images to posts. when show single post its ok, but after click
   categories and shows posts list, images are very very small. how change, increase?
   
   sorry for bad english

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

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/change-increase-post-image/#post-5726727)
 * Hi wentys
 * Usually it will be displayed at the same size.
 * To solve this problem, you need to make sure your web site.
 * Please tell me URL
 * 600×800 single post URL
 * and
 * categories URL
 * thank you.
 *  Thread Starter [wentys](https://wordpress.org/support/users/wentys/)
 * (@wentys)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/change-increase-post-image/#post-5726748)
 * im on localhost, but this is screen:
    [http://imgmega.com/bi2guo3mlgjx/test.jpg.html](http://imgmega.com/bi2guo3mlgjx/test.jpg.html)
 * all thumbs are 48px hight (width proportional), i saw this value when i browse
   theme files but cant find now.
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/change-increase-post-image/#post-5726774)
 * I understand.
 * Add functions.php
 *     ```
       <?php
       add_filter( 'post_thumbnail_size', 'full');
       ?>
       ```
   
 * style.css
 *     ```
       .h2-thumb img{
           display:block;
       }
       ```
   
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/change-increase-post-image/#post-5727023)
 * 3 weeks, I will change because there is no answer to Resolved

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

The topic ‘change (increase) post image’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [nobita](https://wordpress.org/support/users/nobita/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/change-increase-post-image/#post-5727023)
 * Status: resolved