Howdy,
During one of the last updates the size that the main image is being rendered to at the top of a blog post has subtly changed from 846×476 to a slightly smaller size as shown in the image below.
How do I get the right image sizes back again as I don’t fancy editing all the featured images for the blog we made and they’re getting resized ever so slightly which makes the quality look poor.
Matt
Hi Matt!
Please go to Appearance > Editor and open Functions.php file and find
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries
and change as needed and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Yigit