strangerstudios / basic-user-avatars

Add an avatar upload field on frontend pages and on the Edit Profile screen so users and admins can manage custom profile pictures without Gravatar.
https://wordpress.org/plugins/basic-user-avatars/
39 stars 34 forks source link

Feature Request: Avatar Size Filter #59

Closed andrewlimaza closed 7 months ago

andrewlimaza commented 2 years ago

We should allow filtering of the Avatar Size when getting the avatar. Right now it's fixed to 96px.

This is in the get_avatar method - https://github.com/strangerstudios/Basic-User-Avatars/blob/master/init.php#L251-L263

andrewlimaza commented 7 months ago

This has been resolved, we've added the default crop size that is filterable.

Commit - https://github.com/strangerstudios/basic-user-avatars/commit/91c69ad4c51346f328490cb1ce12abedb1a24296#diff-df264b2fa3997fcbb5026196ea7463043ca8fc681f794b4d188b69a762c90eaeR194