Wordpress sitemde öne çıkarılmış görsellerde sıkıntı yaşıyorum. Görsellerin boyutunu tema otomatik olarak düzeltmiyor da saçma sapan boyutlarda sunuyor.
Site adresi : http://kimyaca.com/
function.php de ki thumbnail kodu :
/*
* Featured images settings
*/
set_post_thumbnail_size(110, 96, true); // 17:15, also used in 85x75 and more similar aspect ratios
// 1280x612 images for no cropping of featured and slider image
add_image_size('main-full', 1078, 516, true); // main post image in full width
add_image_size('main-slider', 702, 336, true);
add_image_size('main-block', 351, 185, true); // also usable at 326x160
add_image_size('slider-small', 168, 137, true); // small thumb for slider
add_image_size('gallery-block', 214, 140, true); // small thumb for slider