-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Need to improve the clarity of the avatar and provide a size option #3123
Comments
It would be even better if the shape could be easily selected (e.g. square and circle). |
Strongly agree. The avatar size is cropped to 150x150 which is too small. My original picture is around 10MB. |
Hello. I am facing the same struggle. I want to increase the size of my avatar picture. Is there already a solution for this? Can you provide some insights on how to solve it? Thanks in advance for the support. |
I found a way that worked for me to link my original avatar rather than resizing it. So blox-tailwind/layouts/partials/blox/resume-biography-3 Line 46, One viable way is to rewrite lines 43-51:
Now Hugo Academic can link to your original high-resolution avatar. However, the avatar and emoji will be shifted from their original place. And the avatar is a bit bigger than before. This is because the code still uses Tailwind's original CSS classes. So here I override these classes at line 20:
Now, with the modified resume-biography-3.html file, put it under the directory of I haven't tested it on other machines but it will be fairly easy to adjust using a similar idea. |
Prerequisites
Proposal
When I use the https://github.com/HugoBlox/theme-academic-cv to configure, I find that the clarity of the avatar is not ideal, even though the provided photo is clear. On the other hand, the size of the avatar is very small. I hope you can provide an optional size.
Motivation and context
the clarity of the avatar is not ideal
The text was updated successfully, but these errors were encountered: