diff --git a/inc/theme-widgets.php b/inc/theme-widgets.php index f76dd03..13ac9d2 100644 --- a/inc/theme-widgets.php +++ b/inc/theme-widgets.php @@ -298,7 +298,7 @@ class widget_about extends WP_Widget { $introduce = !empty(get_the_author_meta('description', '1')) ? get_the_author_meta('description', '1') : __('这个人很懒,什么都没留下', 'kratos'); $username = get_the_author_meta('display_name', '1'); - $avatar = get_avatar_url('1'); + $avatar = get_avatar_url('1', ['size' => '300']); $background = !empty($instance['background']) ? $instance['background'] : ASSET_PATH . '/assets/img/about-background.png'; echo '
'; echo ''; }