profile picture not displaying on mobile devices #543
-
Thank you for this great template! I am trying to host my personal website using this template on github. I replaced assets/img/prof_pic.jpg with my own profile photo, and everything worked well on my PC's chrome, except that the picture is not showing up when I use chrome on my mobile device (ios). Hope somebody could help! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I'm having the same issue with Samsung Internet. The repo is at https://github.com/kushasareen/kushasareen.github.io. Were you ever able to resolve this? |
Beta Was this translation helpful? Give feedback.
-
The problem I encountered was due to my build environment. Basically I
tried to built the source code by myself without following the Readme step
by step. What I did was clone the project and built again from scratch as I
was only 10 mins into my project so it was quite efficient. I think if you
check out the make files in details you will find out the real problem, but
rebuild is a quick fix for me FYI.
On Thu, Jun 2, 2022 at 3:55 PM Kusha Sareen ***@***.***> wrote:
I'm having the same issue with Samsung Internet. The repo is at
https://github.com/kushasareen/kushasareen.github.io. Were you ever able
to resolve this?
—
Reply to this email directly, view it on GitHub
<#543 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK2GNDJY5IYGXN5JDZSKJHDVNEGSDANCNFSM5MZU4ZOQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Best,
Chengji
|
Beta Was this translation helpful? Give feedback.
-
Thanks for your help! The build env pointed me in the right direction. For anyone in the future, the deployment docs at https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll suggests commenting out the "gem jekyll" and using "gem "github-pages" in the Gemfile but this caused a lot of issues for me, including causing pagination to break. Re-adding this fixes a lot of issues. Thank again :) |
Beta Was this translation helpful? Give feedback.
Wow, that actually solves the problem easily! Great thanks! I made the mistake by disabling
jekyll-imagemagic
, since one youtuber said that is going to make problems. lol. I think the repo is wonderful!