-
Notifications
You must be signed in to change notification settings - Fork 109
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
Changing Profile Image Size on About Page #7
Comments
Hello @gshick , Please check the doc https://docs.gethugothemes.com/guide/#file-structure |
I ran a fresh rebuild and ensure I followed the instructions you shared...the issue seems to occur once you change the URL to your custom URL, I can then no set the .author-img parameters, it just creates a new file with each rebuild. |
Hey @gshick I am sorry to say that I didn't get you properly. what you are trying to say, is not clear to me. |
How would you recommend changing the image size on the author page? |
Hello @gshick go to |
Should this propagate to the "About" page as well? I made this change but it doesn't seem to impact the About page, even though it looks like they use the same param. I checked but there is no image sizing in |
Hello again, If you want a big image on the about page, just replace the Also if you like this template, a star to the repository would be fantastic. |
Hey @gshick I think your issue has been solved. so I am closing this issue, if you have any more queries you can re-open this issue or create a new one. thank you |
I tracked down the css for the profile picture on the About page in resources>_gen>assets>scss>scss>style.scss_f300667da4f5b5f84e1a9e0702b2fdde and wanted to just increase the image size, but I am running into two problems:
Each time I render the site locally (even with disableFastRender), it creates a copy of the scss folder with my website name and reverts to the standard 100px by 100px. So it creates two scss folders.
I tried manually deleting the extra folder and pushing to GitHub to see if it could at least fix it on the Netlify side. However, even updating the code below seems to do nothing.
I'm getting the feeling that there is a problem with my folder structure but don't really know where to start on tracking down the issue. Here is my folder structure:
The text was updated successfully, but these errors were encountered: