Arkadaşlar RSS akışında yazıların öne çıkarılmış görsellerini ekledim ancak resimlerin boyutları farklı çıkıyor bunları nasıl boyutlandırabilirim?

Kullandığım kod burada:

function ft_sosyaworld_rssresmi($content) {
global $post;
if(has_post_thumbnail($post->ID)) {
$content = '
' . get_the_post_thumbnail($post->ID) . '
' . $content;
}
return $content;
}
add_filter('the_excerpt_rss', 'ft_sosyaworld_rssresmi');
add_filter('the_content_feed', 'ft_sosyaworld_rssresmi');


Site RSS linki: http://sosyaworld.com/feed