Thumbnails Cut off Highend Theme

  • Unknown's avatar

    My thumbnails on the team member page are now cut off despite all efforts of cropping, etc. I change the default thumbnail size, regenerated, etc. I added the code below to the PHP file and still no luck.

    }
    if ( function_exists( ‘add_theme_support’ ) ) {
    add_theme_support( ‘post-thumbnails’ );
    set_post_thumbnail_size( 250, 250, true ); // default Post Thumbnail dimensions (cropped)

    // additional image sizes
    // delete the next line if you do not need additional image sizes
    add_image_size( ‘category-thumb’, 300, 9999 ); //300 pixels wide (and unlimited height)
    }

    Any assistance would be greatly appreciated.

  • Hi @ameyer942bed916d, it sounds like you’re likely referring to a self-hosted site. These forums are for the free sites using our managed hosting service, which can be quite different from running your own WordPress installation at another host.

    Try contacting support for your theme, as that may be your best bet, otherwise here’s a link to the correct forums for self-managed sites:
    https://wordpress.org/support/forums/

    Good luck!

  • The topic ‘Thumbnails Cut off Highend Theme’ is closed to new replies.