// Disable cropping of Big Preview on Single function custom_blog_img_size($thumb,$current_post,$size) { return get_the_post_thumbnail($current_post["the_id"], 'large'); } add_filter('avf_post_featured_image_link','custom_blog_img_size', 10, 3);
// Disable cropping of Big Preview on Single function custom_blog_img_size($thumb,$current_post,$size) { return get_the_post_thumbnail($current_post["the_id"], 'large'); } add_filter('avf_post_featured_image_link','custom_blog_img_size', 10, 3);