Tagged: featured image, image size
So I have a closed issue here: https://kriesi.at/support/topic/png-upload-issue/
Your code fixes the upload issue, but since I put that code in, the featured image in my blog roll is full size, it is not cropped down.
You can see what I mean here- the last 2 posts are 784×784 while the lower ones before the code fix are like 784×300.
https://www.virginiaseo.org/blog
Thanks!
Hi!
Try leaving this line in functions.php:
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );
Regards,
Josue
That makes them square, not the wide ones that I was using prior. 712×379 i think
Hi!
Did you regenerate the thumbnails after doing the change?
https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Josue
Yup that did it, thanks so much!