Anonymous User 12851872
(@anonymized-12851872)
hi,
1- Featured Image size 220×162 pixels
2- Yes as for all the themes, “featured picture” is not necessarily inserted into the posy.
Anonymous User 12851872
(@anonymized-12851872)
to see, file functions.php
add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 220, 162, true );
add_image_size( 'featured', 220, 162, true ); //Latest posts thumb
add_image_size( 'carousel', 140, 130, true ); //Bottom featured thumb
add_image_size( 'bigthumb', 620, 315, true ); //Big thumb for featured area
add_image_size( 'mediumthumb', 300, 200, true ); //Medium thumb for featured area
add_image_size( 'smallthumb', 140, 100, true ); //Small thumb for featured area
add_image_size( 'widgetthumb', 60, 57, true ); //widget