Hi enfold team
please refer to the Print Screen and its related website link in the private content.
we used to change the thumbnail size
by Enfold Child: Theme Functions (functions.php)
add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
function enfold_customization_modify_thumb_size( $size ) {
$size[‘widget’] = array(‘width’=>95, ‘height’=>95 );
return $size;
}
and also add Quick CSS
.news-thumb img, .news-thumb img { width: 85px; height: 85px; }
.news-thumb { width: 95px; height: 95px; }
after that
its size is larger enough for us, and thanks for your help
but we find recently, the thumbnail is not in the center of the outside square
could you help us to solve this problem,
thanks in advance.
Hey paulchiao!
Please add following code to Quick CSS as well
.news-thumb img {
height: 100%;
width: 100%;
}
Regards,
Yigit
Hi Yigit, thanks for your work, it is ok now.
BTW, can i customize the thumbnail pictures of posts?
Hey!
You are welcome!
What kind of customization would you like to make? If you would like to change thumbnail sizes, please see – https://kriesi.at/support/topic/latest-news-widget-thumbnail-picture-is-too-small/#post-356895
Best regards,
Yigit
you can see the thumbnail of the post only have part of the entire picture
can you help to solve the problem?
we should make the thumbnail to show some real pictures to visitors
Hey!
link you have provided does not work for me. Can you check please and let us know when you are ready?
Cheers!
Andy