• Hello.

    I have a carousel that’s populated with featured images, but I want all the featured images to have a max height.

    In my functions.php I have:

    add_theme_support( ‘post-thumbnails’ );

    In my Settings > Media I have disabled the hard crop function.

    None of my featured images seem to respect the 150 x 150 width specified. Even after regenerating. The all appear in the full size that they are uploaded.

    Now preferably I want to resize these images to a fixed height (they’re in a carousel) and keep the proportions,

    How can I achieve this?

  • The topic ‘Regenerate proportional featured images’ is closed to new replies.