I started coding my first website for a family member's business, and decided I would deploy it in git pages to check and make sure it looks decent. The first image I added displays perfectly, but the rest of the images aren't displaying at all. I've tried using ./images & ../images & /images nothing seems to fix it. help please :)
--Solved---- Git didnt save all my images as .jpg, it saved some as .JPG ---
CodePudding user response:
--Solved---- Git didnt save all my images as .jpg, it saved some as .JPG ---