You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the image is 160x160 and an avatar for 160x160px is requested another image with the suffix -160x160 is generated. I think we can just use the full image as set in
Is your enhancement related to a problem? Please describe.
simple-local-avatars/includes/class-simple-local-avatars.php
Lines 437 to 456 in c5f0981
If the image is 160x160 and an avatar for 160x160px is requested another image with the suffix -160x160 is generated. I think we can just use the full image as set in
simple-local-avatars/includes/class-simple-local-avatars.php
Line 425 in c5f0981
We can use
$editor->get_size()
to compare the size of image with the requested size.Designs
No response
Describe alternatives you've considered
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: