Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1037931

    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 :-(

    #1038528

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Cropped pictures Blog Size entry-with-sidebar’ is closed to new replies.