Title: Image Size
Last modified: September 13, 2019

---

# Image Size

 *  Resolved [nerdykev](https://wordpress.org/support/users/nerdykev/)
 * (@nerdykev)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/image-size-196/)
 * I love this plugin, but I can’t seem to see where I would adjust the image size/
   display? Currently, MOST (if not all) featured images are being cut off on the
   left / right. These featured images appear correctly everywhere else, so I’d 
   like to avoid changing the size of my images. Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fimage-size-196%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tajam](https://wordpress.org/support/users/tajam/)
 * (@tajam)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/image-size-196/#post-11930990)
 * The default image size is 400×250 cropped. There is no option to change the image
   size, but you can modify it with filter. Please add this code in functions.php
   in your theme/child theme:
 *     ```
       function yourtheme_flex_posts_medium_size() {
       	return 'post-thumbnail';
       }
       add_filter( 'flex_posts_medium_size', 'yourtheme_flex_posts_medium_size' );
       ```
   
 * This will use your theme’s default post thumbnail size. You can also use other
   image sizes, but this is different for each theme, so you need to check the code/
   documentation of the theme to see what sizes are available.
 *  Thread Starter [nerdykev](https://wordpress.org/support/users/nerdykev/)
 * (@nerdykev)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/image-size-196/#post-11965295)
 * Thanks! I just got to trying this. I can tell that it worked in getting them 
   sized correctly, but all the thumbnails are _very_ blurry.
 *  Thread Starter [nerdykev](https://wordpress.org/support/users/nerdykev/)
 * (@nerdykev)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/image-size-196/#post-11968087)
 * Fixed it. I had to create a new size and update the code with it. Thanks!

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

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

 * ![](https://ps.w.org/flex-posts/assets/icon-128x128.png?rev=1871802)
 * [Flex Posts - Widget and Gutenberg Block](https://wordpress.org/plugins/flex-posts/)
 * [Support Threads](https://wordpress.org/support/plugin/flex-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/flex-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flex-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flex-posts/reviews/)

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [nerdykev](https://wordpress.org/support/users/nerdykev/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/image-size-196/#post-11968087)
 * Status: resolved