Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【改进】修复个人简介中头像分辨率过低的问题 #498

Closed
citratecycle opened this issue Apr 26, 2022 · 2 comments
Closed

Comments

@citratecycle
Copy link

Wordpress的get_avatar_url() API默认提供的是96x96的头像,分辨率过低,可以通过将inc/theme-widgets.php第301行的函数调用改为

$avatar = get_avatar_url('1', ['size' => '300']);

解决。这样可以得到一张分辨率为300x300的头像。

也可以将这个参数放入选项菜单,由用户自行决定。

@n0099
Copy link
Contributor

n0099 commented Apr 26, 2022

#499

@seatonjiang
Copy link
Owner

感谢反馈,等下版更新即可。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants