You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I am trying to include images in my readme using the command
<img src="./images/test.jpg" width="200">
But the contents of the image do not show up on the repo main page:
The image does show up if I click on the README file, however:
My images will show up on the main page if use this in the markdown file instead:
![][./images/test.jpg]
But the images appear extremely large. The only successful way I've found to reduce the image size is with the html command above.
Any solutions to either make the image appear on the main page or reduce the size of an image using the markdown-style command?
I also have this issue.
any solution?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.