Hi Guys,
I have a problem with the display on the category pages. The pictures are cropped for height and I don’t know why. I have already tried to edit the pictures with “regenerate thumbnails plugin”. But that didn’t work either.
Perhaps you can help me…
Hey burdeMedia,
Thank you for the inquiry.
The images are set to have a maximum height of 321px but you can adjust it manually by editing the entry_with_sidebar thumbnail size in the functions.php file,
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321);
Or install the following plugin, then go to the Settings > Media panel and adjust the size of the entry_with_sidebar thumbnail there. And yes, you have to regenerate the thumbnails after the size adjustment. This is the plugin.
// https://wordpress.org/plugins/simple-image-sizes/
Best regards,
Ismael
THX Ismael for your reply…
But what is the right image size for the archive-pages to show them sexy ;)…or even the right settings for it…
Regards,
Andy
Hi,
Thank you for the update.
Looks like most of the featured images are tall, so adjusting the height should help make the whole of the image more visible. The current width is just enough because the blog page has a sidebar but you can adjust it a bit more if you want. It is also recommended to upload images with the same sizes or aspect ratio because it makes the overview page looks more consistent. With that said maybe try to adjust the size to 1050x787px or 4:3 ratio.
Best regards,
Ismael