• I am not able to change default thumbnail size.

    I have set thumbnail size in the following way in themes’ functions.php:

    add_theme_support( 'post-thumbnails' );
    set_post_thumbnail_size( 145, 170);

    This is called during after_setup_theme. add_action( ‘after_setup_theme’, ‘ales_setup’ );

    However, when I upload image and see thumbnail, it is always 200×300 thumbnail. It is not related to regenerating of image, because I am trying to upload new image via Media Uploader and the result is 200×300 image + it is cropped.

    I am trying with image that is originally has size 3560 x 3196 size.

  • The topic ‘deafault thumbnail size not changing’ is closed to new replies.