Hey team,
I have tried various support solutions I found in the threads but was unable to get the single blog featured image size to stop cropping the top.
I am using 600×600 images, But I want them content width 100% by full height. Basically a square. the theme cuts off some of the height by default. Tried adding this to the style sheet:
.big-preview img {
height: auto !important;
width: 100% !important;
}
also added this to the functions file:
$avia_config[‘imgSize’][‘entry_without_sidebar’]= array(‘width’=>1210, ‘height’=>1210, ‘crop’ => false );
did a regen images.
Is there something I missed?
Thanks for your help.
Steve
Hey Steve,
This image does not seem to have dimensions for a square, has it been cropped?
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
I’m having the same problem. I need to set square images on the featured image post image. I tried some ccs codes, but it doesnt work.
login info attached
Hi all,
You might consider using a plugin like https://wordpress.org/plugins/regenerate-thumbnails/.
Best regards,
Victoria