-
Notifications
You must be signed in to change notification settings - Fork 3.2k
-
For all people that are struggling with uploading avatar images, it turns out that (I may be wrong but I tested thoroughly) the avatar image only accepts the exact image name "profile.png". It cannot be .jpg file, it cannot be something like "profileee.png". So in order to upload your avatar image correctly, you need to upload an image and rename it to "profile.png" (replace the existing one). Also, ensure that the image size is less than 1MB.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 3 replies
-
still not working
Beta Was this translation helpful? Give feedback.
All reactions
-
I'm having the same issue as @AliAkber123. Even with an avatar pic named "profile.png" under 1 Mb, no image is displaying here. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions
-
@sklasek Looks like the url
setting in your _config.yml
is not set correctly. You also need to make sure the profile image in author.avatar
is the images
directory.
Beta Was this translation helpful? Give feedback.
All reactions
-
@rjzupkoii thanks, I've resolved it!
Beta Was this translation helpful? Give feedback.