Change Size of Comment Gravatars
Change size of Genesis gravatar icons:
add_filter( 'genesis_comment_list_args', 'wpkb_comments_gravatar_size' );
function wpkb_comments_gravatar_size( $args ) {
$args['avatar_size'] = 90;
return $args;
}
Related Posts
- Increase Upload Size when Using VestaCP
- Tutorial: Ubuntu 18.04 LAMP Setup for WordPress
- Change Label of Comment Submit Button
- Modify Recipients in WordPress Comment Notification / Moderation Mails
- Set Size of Post Thumbnails
- Laravel - fix "1071 Specified key was too long; max key length is 1000" error
- Increase Upload Size