5 seconds after posting I found the solution…
I missed one code:
Here’s what I’ve done:
Copy & paste inc/class-fire-init.php to my child theme,
find
add_image_size( 'tc-thumb' , $width = 270, $height = 250, $crop = true );
(line 58)
change the code to
add_image_size( ‘tc-thumb’ , $width = 220, $height = 340, $crop = false );
and use Regenerate Thumbnail plugin
and I achieved my objective.