Title: Post Image Size
Last modified: August 30, 2016

---

# Post Image Size

 *  Resolved [Nilu](https://wordpress.org/support/users/nilur/)
 * (@nilur)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/post-image-size-4/)
 * Hi,
 * How can I change the size of the image in the post.
 * Actually I want to make it spread across the post (larger) with corresponding
   height.
 * Many thanks!
 * Nilu

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

 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/post-image-size-4/#post-6746414)
 * Hi
 * plz share your website
 * and Please let me know what you have to change the size of the image on the page
   like : – front page blog section or blog page.
 * Thanks.
 *  Thread Starter [Nilu](https://wordpress.org/support/users/nilur/)
 * (@nilur)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/post-image-size-4/#post-6746452)
 * Hi Imran,
 * Thanks very much for the response. I am referring to the blog page.
 * my site is:
    [http://www.hosannakitebeach.com/site](http://www.hosannakitebeach.com/site)
 * Front page blog section would also be great if I could change the image size.
 * Thanks again,
 * Nilu
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/post-image-size-4/#post-6746478)
 * HI
 * Please share blog page URL, bcoz not show any blog page in your website.
 * or
 * if you possible indicate snapshot image
 * Thanks.
 *  Thread Starter [Nilu](https://wordpress.org/support/users/nilur/)
 * (@nilur)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/post-image-size-4/#post-6746519)
 * Hi Imran
 * My blog page is [http://hosannakitebeach.com/about-us/](http://hosannakitebeach.com/about-us/)
 * I want to have the image fully across the page.
 * It seems to resize it to the default thumbnail size and I don’t know how and 
   where to fix it.
 * Really grateful if you can help!
 * Thanks,
 * Nilu
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/post-image-size-4/#post-6746526)
 * Hi
 * For this Use below code in custom css filed (Theme dashboard >> appearance >>
   customize >> header setting >> custom css Filed )
 *     ```
       img.size-full, img.size-large, img.header-image, img.wp-post-image
       {
       width: 100% !important;
       }
       ```
   
 * Thanks.
 *  Thread Starter [Nilu](https://wordpress.org/support/users/nilur/)
 * (@nilur)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/post-image-size-4/#post-6746527)
 * Hi,
 * It worked.. thanks, however, there seems to be a visible drop in image quality…
   looks like it is stretching a thumbnail… is there any fix for that?
 * Thanks!
 * Nilu
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/post-image-size-4/#post-6746528)
 * Hi
 * Plz Use 1170 x 300 px ratio image.
 * increase and decrease image height your need, look like this [link](http://lorempixel.com/output/technics-q-c-1170-480-5.jpg)
 * Thanks.
 *  Thread Starter [Nilu](https://wordpress.org/support/users/nilur/)
 * (@nilur)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/post-image-size-4/#post-6746532)
 * I will do that…. Thank you so much for your support Imran. Really appreciate 
   it.
 * Love this theme!
 * All the best,
 * Nilu
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/post-image-size-4/#post-6746533)
 * Hi
 * If you like this theme and support please review this theme [link](https://wordpress.org/support/view/theme-reviews/quality#postform)
 * Thanks.
 *  Thread Starter [Nilu](https://wordpress.org/support/users/nilur/)
 * (@nilur)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/post-image-size-4/#post-6746540)
 * Hi,
 * I tried your advice. Still the image quality is affected. Please help…
 * check two pages below
 * [http://hosannakitebeach.com/contact/](http://hosannakitebeach.com/contact/)
   
   [http://hosannakitebeach.com/about-us/](http://hosannakitebeach.com/about-us/)
 * Thanks,
 * Nilu
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/post-image-size-4/#post-6746556)
 * Hi
 * You are using 730x280px image ratio
 * see this [link](http://share.pho.to/9shHf)
 * Plz Use 1170 x 300 px ratio image.
 * increase and decrease image height as your need, look like this [link](http://lorempixel.com/output/technics-q-c-1170-480-5.jpg/)
 * Thanks.
 *  Thread Starter [Nilu](https://wordpress.org/support/users/nilur/)
 * (@nilur)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/post-image-size-4/#post-6746557)
 * Hi Imran,
 * The original size of the image in the media gallery is 1170×300.
 * But when I checked out the webpage using ‘Inspect Element’ in chrome, I can see
   from the script that it is 780×280. I wonder if it the WordPress thumbnail resizing
   issue… any ideas…
 * Meanwhile I will also investigate…
 * Thanks,
 * Nilu
 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/post-image-size-4/#post-6746558)
 * Hi
 * sorry for inconvenience
 * Find below code in resize_image.php (Theme package >> functions >> resize_image
   >> resize_image.php)
 * `add_image_size('quality_blog_img',730,280,true);`
 * Then change image size as your need. Like 730 to 1170 and 280 to 300.
 * Thanks.
 *  Thread Starter [Nilu](https://wordpress.org/support/users/nilur/)
 * (@nilur)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/post-image-size-4/#post-6746599)
 * Hi Imran,
 * Thanks very much for your support. I managed to fix it.
 * Have a great day!
 * Nilu

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

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

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

## Tags

 * [image size](https://wordpress.org/support/topic-tag/image-size/)
 * [post](https://wordpress.org/support/topic-tag/post/)

 * 14 replies
 * 2 participants
 * Last reply from: [Nilu](https://wordpress.org/support/users/nilur/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/post-image-size-4/#post-6746599)
 * Status: resolved