• I am setting this value for the ‘Set Image Source Type’

    https://i.stack.imgur.com/DkkHf.png

    And I have this in my functions:

    add_theme_support( ‘post-thumbnails’ );
    set_post_thumbnail_size( 370, 277 );
    add_image_size( ‘mnd-size’, 370, 277 );
    But the images are included in the original size,

    Any idea what am I missing?

    Thanks

  • The topic ‘Essential Grid- ignoring Set Image Source Type’ is closed to new replies.