Change rendered avatar size
Reduces the standard fetched avatar size, dependant on the format.
Fixes #317.
Note: couldn't successfully build this to test locally.
Good catch on the image size 🙂
The sizes are reversed here — the avatar should be 30px when truncated, and 70px when not.
Note: couldn't successfully build this to test locally.
I never updated the instructions, so they're probably not correct 😅
I just updated the directions in the readme, the biggest difference from other projects was that I'm trying out vanilla/modern npm, instead of the legacy yarn we've been using.
The new setup uses wp-env, but if you had something working with a different local env, you should be able to run these to get the new theme built and usable:
npm run setup:tools
npm run build:theme
The sizes are reversed here — the avatar should be 30px when truncated, and 70px when not.
OK - makes sense, got confused for a minute!