-
AuthorPosts
-
December 17, 2015 at 4:20 am #554147
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 helpbut 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.
December 17, 2015 at 4:12 pm #554463Hey paulchiao!
Please add following code to Quick CSS as well
.news-thumb img { height: 100%; width: 100%; }Regards,
YigitDecember 18, 2015 at 2:30 am #554754Hi Yigit, thanks for your work, it is ok now.
BTW, can i customize the thumbnail pictures of posts?-
This reply was modified 9 years, 10 months ago by
paulchiao.
December 18, 2015 at 8:12 pm #555175Hey!
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,
YigitDecember 19, 2015 at 4:11 am #555336you 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
December 23, 2015 at 5:54 pm #557130Hey!
link you have provided does not work for me. Can you check please and let us know when you are ready?
Cheers!
AndyDecember 29, 2015 at 7:07 am #558016December 30, 2015 at 5:31 am #558355 -
This reply was modified 9 years, 10 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
