Hi
Looks like ENFOLD croppes pictures Top and Bottom in Blog view Size entry-with-sidebar.
How can I use NON-Cropped pictures?
add_filter(‘avf_modify_thumb_size’, my_modified_thumb_size, 10, 1 );
function my_modified_thumb_size( $img_size )
{
$img_size[‘entry_with_sidebar’][‘crop’] = false;
return $img_size;
}
is not working :-(
Hey Stephan,
Could you please attach some screenshots of the issue?
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria