• Hi
    In my blog I have all image featured with this size 530 x 275.

    Now I use this hueman theme and I have problem with the thumbnail image, all my image are cut.

    I have setting in media the size 530 x 275 for large image, and than rethumbnail image.
    But the I have always the same problem.

    How resolve it?

    Thank you so much

Viewing 1 replies (of 1 total)
  • Thread Starter ethandane

    (@ethandane)

    I resolved it.

    it’s possible change the setting in the file function.php

    I have insert the exact proportion of the my image.

    For example: my image size 530 x 275 and that are proportion size

    // Thumbnail sizes
    add_image_size( ‘thumb-small’, 160, 83, true );
    add_image_size( ‘thumb-medium’, 520, 270, true );
    add_image_size( ‘thumb-large’, 720, 374, true );

    then regenerate thumbnails and it work ??

Viewing 1 replies (of 1 total)
  • The topic ‘How fix size thumbnail’ is closed to new replies.