• I have developing a wordpress theme. But I have problem in post thumbnail to set featured image. When I set a featured image with 300×210 px then it become 221×155. In functions.php i have added this code. Is it an issue with css file? I need this urgent basis.

    ` //add support for featured images
    add_theme_support(‘post-thumbnails’);
    set_post_thumbnail_size(300, 210);`

The topic ‘wordpress featured image size become changed when uploaded’ is closed to new replies.