Title: Featured Image Size Problem
Last modified: May 21, 2019

---

# Featured Image Size Problem

 *  Resolved [Siddharth Giri](https://wordpress.org/support/users/siddharthgiri/)
 * (@siddharthgiri)
 * [7 years ago](https://wordpress.org/support/topic/featured-image-size-problem-3/)
 * Hello!
 * Featured Image size for my old theme was 768 X 402 and still, I want to use the
   same size featured image on Agama Theme but Agama Theme is automatically cropping
   my image and creating a new link for the image.
    For example:
    - My Featured Image Link: Original.jpg
    - Agama Theme is Changing Link To: Original-768×310.jpg
 * I also tried to change the image size using CSS but it’s not working. So, Can
   you tell me how can I use my original image as a featured image instead of Agama
   cropped featured image?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffeatured-image-size-problem-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [7 years ago](https://wordpress.org/support/topic/featured-image-size-problem-3/#post-11554932)
 * Hello, [@siddharthgiri](https://wordpress.org/support/users/siddharthgiri/)!
 * The easiest way to solve this, is to turn off the Featured images on a single
   post (Customizing->Blog->Single Post)
    [https://prnt.sc/nrdenm](https://prnt.sc/nrdenm)
 * And Insert again your Featured Image in the Post content.
    [https://prnt.sc/nrddgk](https://prnt.sc/nrddgk)
   In that way, you can change the image size per your needs.
 * Regards
 *  Thread Starter [Siddharth Giri](https://wordpress.org/support/users/siddharthgiri/)
 * (@siddharthgiri)
 * [7 years ago](https://wordpress.org/support/topic/featured-image-size-problem-3/#post-11555125)
 * Thanks for the reply.
 * I tried to disable Featured Image on Single Post but It hides the Feature Image
   section from all single post( [https://snag.gy/NMfAYK.jpg](https://snag.gy/NMfAYK.jpg)),
   which means I have to edit all the older posts too. And, I don’t want to edit
   all the posts again and it’s not easy to edit all the posts.
 * And, Featured Image size on all the older post is fine because I published all
   the post in the previous theme. But, All new post is getting cropped featured
   image.
 * So, Please give me another solution for this?
 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [7 years ago](https://wordpress.org/support/topic/featured-image-size-problem-3/#post-11555484)
 * Hello, [@siddharthgiri](https://wordpress.org/support/users/siddharthgiri/)!
 * The Agama Theme limits the height of featured images on posts to 310px by default.
   Images taller than this will be cropped top and bottom.
 * If you’d like to increase the maximum height of the featured images on posts,
   you can do it by using the [“Simple Image Sizes” plugin.](https://wordpress.org/plugins/simple-image-sizes/)
 * So, follow the steps below, if you want to show an uncropped image in the posts:
 * 1. Go to: Dashboard->Plugins->Add new… and search for the “Simple Image Sizes”
   plugin. Install and Activate it.
    [https://prnt.sc/nrf4xv](https://prnt.sc/nrf4xv)
   2. After you installed and activated the plugin, go to: **Dashboard->Settings-
   >Media,** Find the **“agama-blog-large size”** text line, and change the Maximum
   height value per your needs (402px) [https://prnt.sc/nrf6du](https://prnt.sc/nrf6du)
 * 3. Click on the “Update” button to save the settings.
 * **Important:** The fix above will apply only to newly uploaded featured images.
   To apply it to existing featured images you must regenerate the thumbnails.
 * So, for the existing post, go back, edit the post, and now, below the featured
   image, you should see a “Regenerate image size” link.
    [https://prnt.sc/nrf9eh](https://prnt.sc/nrf9eh)
 * Click on that link to regenerate your image size.
    Then update your post. Now
   your featured image should be uncropped.
 * I hope you understand the procedures I have provided.
 * Regards
    -  This reply was modified 7 years ago by [themevision](https://wordpress.org/support/users/themevision/).
 *  Thread Starter [Siddharth Giri](https://wordpress.org/support/users/siddharthgiri/)
 * (@siddharthgiri)
 * [7 years ago](https://wordpress.org/support/topic/featured-image-size-problem-3/#post-11555646)
 * Thanks for the solution.
 *  Thread Starter [Siddharth Giri](https://wordpress.org/support/users/siddharthgiri/)
 * (@siddharthgiri)
 * [7 years ago](https://wordpress.org/support/topic/featured-image-size-problem-3/#post-11563006)
 * I have found a better way to change the featured image size.
 * I have just edited the “single.php” theme file and changed
 * This `<img src="<?php echo agama_return_image_src('agama-blog-large'); ?>" class
   ="img-responsive">`
 * Into This`<img src="<?php echo the_post_thumbnail_url(); ?>" class="img-responsive"
   >`
 * Now, It is not changing the image URL. This is showing the original featured 
   image instead of a cropped image.
 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [7 years ago](https://wordpress.org/support/topic/featured-image-size-problem-3/#post-11563569)
 * Hello,@siddharthgiri!
 * I generally don’t suggest to customers to change the theme files. That is why
   I rather suggest using a plugin. Anyway, you can use whatever works for you…
 * Regards
 *  [sayalimate](https://wordpress.org/support/users/sayalimate/)
 * (@sayalimate)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/featured-image-size-problem-3/#post-11753905)
 * Hello, I am suffering from one of the big problem of featured image thumbnail.
   My theme is Newspaper 9 by Tagdiv (ThemeForest). I am sending you [screenshot](https://imgur.com/a/vnVR6w4).
 * After seen my screenshot, help me with the question How to arrange same size 
   with all featured image which is disturb by me. Featured images not in single
   row. Some images goes down (Big) some are small.
    Please help me with this.
 * 1st row (1 image- small & 2nd image- big)
    3rd row (Last image- big)
 * All i want in 300px by 210 px or resized by theme Newspaper. How I rearrange 
   all featured images in single (same) size.
 *  Theme Author [themevision](https://wordpress.org/support/users/themevision/)
 * (@themevision)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/featured-image-size-problem-3/#post-11755675)
 * Hello, [@sayalimate](https://wordpress.org/support/users/sayalimate/)!
 * Unfortunately, this forum serves to solve the problems for the Agama theme only,
   so you will need to post your question on your theme support forum.
 * Thank you for your understanding.
 * Best Regards
 *  [sayalimate](https://wordpress.org/support/users/sayalimate/)
 * (@sayalimate)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/featured-image-size-problem-3/#post-11756940)
 * Thanks [@themevision](https://wordpress.org/support/users/themevision/)

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

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

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

## Tags

 * [featured image](https://wordpress.org/support/topic-tag/featured-image/)
 * [featured image problem](https://wordpress.org/support/topic-tag/featured-image-problem/)
 * [thumbnail](https://wordpress.org/support/topic-tag/thumbnail/)

 * 9 replies
 * 3 participants
 * Last reply from: [sayalimate](https://wordpress.org/support/users/sayalimate/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/featured-image-size-problem-3/#post-11756940)
 * Status: resolved