Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nlarenas

    (@nlarenas)

    Any idea?

        // Thumbnail sizes
    
        add_image_size( 'thumb-small', 80, 80, true );//used for Hueman Dynamic Tabs widget <= april 2020 changed from 160x160 to 80x80 for https://github.com/presscustomizr/hueman/issues/866
        add_image_size( 'thumb-standard', 320, 320, true );//used for standard post list / and for related posts
        add_image_size( 'thumb-medium', 520, 245, true );//used for classic post grid / and for related posts
        add_image_size( 'thumb-large', 720, 340, true );// used in singular to display the featured image ( when cropped option checked ) / used in image and audio post formats
        add_image_size( 'thumb-xlarge', 980, 450, true );// used in featured content on blog page
        add_image_size( 'thumb-xxlarge', 1320, 500, true );// used in featured content on blog page

    There are 6 images versions in wp-content/themes/hueman/functions/init-after-setup-theme.php.
    And if you have change your theme for this one, you’ll have to use the Regenarate thumbnails plugin

    Thread Starter nlarenas

    (@nlarenas)

    Its fixed now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Main post image different sizes’ is closed to new replies.