Skip to content

The profile image; odd extra coding #22702

Discussion options

You must be logged in to vote

Hello @EAMorillon, welcome to the GitHub Support Community!

It appears to be capitalization issue. Your images reside in the Images folder (uppercase i), however, you’re referencing the images folder (lowercase i) which does not exist in your repo. The directory and file names are case-sensitive on GitHub’s servers, so the issue can be fixed in two ways:

  1. rename the folder from Images → images
  2. or change the src from images/Edgar.jpg → Images/Edgar.jpg

If you’re using Windows 10 @tajmone posted a solution for enabling case-sensitive behavior for files/folders, which you may want to check out. This way you can simulate how files/folders on GitHub’s servers work, and catch issues like these…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants