On GitHub, I created a ReadMe.md with screenshots
but when I publish the website, it doesn't show the image. I used

and
<img src="https://raw.github.com/username/projectname/branch/path/to/img.png" alt="https://raw.github.com/username/projectname/branch/path/to/img.png">
But nothing works. What format can I insert images where it will display on both ReadMe.md and the Webpage?
Link ReadMe.md: https://github.com/Sonihal/moveclient/blob/master/README.md
Link to Webpage: http://sonihal.github.io/moveclient
https://github.com/Sonihal/moveclient/blob/master/group_name_and_id.JPG
in the webpage. Try changing it tohttps://github.com/Sonihal/moveclient/raw/master/group_name_and_id.JPG
(change blob to raw) – Dinei