Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tajam

    (@tajam)

    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

    (@interestica)

    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)

    Plugin Author Tajam

    (@tajam)

    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.