Title: Image thumbnail
Last modified: August 30, 2016

---

# Image thumbnail

 *  [nando.noobs](https://wordpress.org/support/users/nandonoobs/)
 * (@nandonoobs)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/image-thumbnail-4/)
 * Hi, I have a question.
    recently, i uploaded a post with image as its format.
   i just want to know, is there any way to fix image thumbnail in homepage. can
   i make it more highres?
 * because, i uploaded a highres image for sure.
 * my website :
 * digitalnoobs.com
 * Thank You!!

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

 *  Thread Starter [nando.noobs](https://wordpress.org/support/users/nandonoobs/)
 * (@nandonoobs)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/image-thumbnail-4/#post-6240096)
 * oh! and one more, is there any way to change background in post with image format.
   
   i want to change that orange background.
 * Thanks!
 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/image-thumbnail-4/#post-6240111)
 * Hi there,
 * Thanks for writing in,
 * To achieve the actual size of your thumbnail image you can add following code
   under **Appearance > Theme Options > Custom CSS**:
 *     ```
       .entry-content .thumbnail-post img {
         height: auto !important;
       }
       ```
   
 * To change the orange background you can try for this code:
 *     ```
       div#post-245 {
         background: #E63426;
       }
       ```
   
 * Hope this helps!
 * Thanks.
 *  Thread Starter [nando.noobs](https://wordpress.org/support/users/nandonoobs/)
 * (@nandonoobs)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/image-thumbnail-4/#post-6240216)
 * thanks!
 * and what if i want to change the size of the thumbnail.
    how can i make it big
   or small….
 * Thank you
 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/image-thumbnail-4/#post-6240243)
 * Hi there,
 * Please be more certain about your need, though you can change the height by using
   following code under **Appearance > Theme Options > Custom CSS**:
 *     ```
       .entry-content .thumbnail-post {
         height: 1814px;
       }
       ```
   
 * Thanks.
 *  Thread Starter [nando.noobs](https://wordpress.org/support/users/nandonoobs/)
 * (@nandonoobs)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/image-thumbnail-4/#post-6240282)
 * thank you for your help earlier,
    but , i need to ask for more.. how can i setting
   my image thumbnail to be smaller with the same proportion.
 * thank you
 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/image-thumbnail-4/#post-6240290)
 * Hi there,
 * You can adjust your thumbnail image size by changing the proportion of the code
   given below. Add the following code under **Appearance > Theme Options > Custom
   CSS**:
 *     ```
       .entry-content .thumbnail-post {
         width: 75% !important;
       }
       ```
   
 * Thanks.

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

The topic ‘Image thumbnail’ is closed to new replies.

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

 * 6 replies
 * 2 participants
 * Last reply from: [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * Last activity: [10 years, 12 months ago](https://wordpress.org/support/topic/image-thumbnail-4/#post-6240290)
 * Status: not resolved