Title: Layout 2
Last modified: October 26, 2020

---

# Layout 2

 *  Resolved [Isa Gomez](https://wordpress.org/support/users/asi1985/)
 * (@asi1985)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/layout-2-5/)
 * Hi, I have a problem using Flex Posts on my site.
 * Sometimes when using layout 2 it doesn’t respect the correct size of my thumbnail
   and cuts the image.
 * I am attaching a link to one of the sites so that I can check it out.
 * [https://www.staging3.teatimemonkeys.com/jungle-animal-printable-masks/](https://www.staging3.teatimemonkeys.com/jungle-animal-printable-masks/)
 * It is the “MORE IN STORE” area.
 * The image of the post “Jungle Animal Printable Masks for Colouring” is cut out
   However the highlighted image has a correct proportion.
 * How can I fix this?
 * Best Regards
 * The page I need help with: [https://www.staging3.teatimemonkeys.com/jungle-animal-printable-masks/](https://www.staging3.teatimemonkeys.com/jungle-animal-printable-masks/)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flayout-2-5%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)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/layout-2-5/#post-13585543)
 * Hi, it looks like the image size used are from the theme. If you want to use 
   image size from the plugin (400×250), please try the “Regenerate Thumbnails” 
   plugin and regenerate your featured images.
 *  [interestica](https://wordpress.org/support/users/interestica/)
 * (@interestica)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/layout-2-5/#post-13594089)
 * I’m having a related issue with Layout2…
    I want the plugin to display the uncropped
   proportional images. It was working fine except for a minor thumbnail issue. 
   I used ‘regenerate thumbnails’ and now the plugin is *only* showing the cropped
   400×250 versions. How can I make it show the uncropped version?
 * (Currently, having to edit the actual plugin’s added media size for it to work
   and display an uncropped image)
    -  This reply was modified 5 years, 7 months ago by [interestica](https://wordpress.org/support/users/interestica/).
 *  Plugin Author [Tajam](https://wordpress.org/support/users/tajam/)
 * (@tajam)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/layout-2-5/#post-13608205)
 * To show uncropped images, you can use this code in your theme/child theme:
 *     ```
       add_filter( 'flex_posts_medium_size', function() {
       	return 'large';
       } );
       ```
   
 * You can use `'large'`, `'medium'`, or any other image sizes added by your theme.

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

The topic ‘Layout 2’ 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/)

 * 3 replies
 * 3 participants
 * Last reply from: [Tajam](https://wordpress.org/support/users/tajam/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/layout-2-5/#post-13608205)
 * Status: resolved