- Navigate through folders if needed
- Click the image (e.g., logo.png)
- GitHub will open a preview of the image (usually with a white background)
- On the image itself (not the page), right-click
- 👉 “Open image in new tab” (or "Copy image address", depending on your browser)
The new tab URL will look like:
https://raw.githubusercontent.com/YourUsername/YourRepoName/main/logo.png
Paste the URL into an incognito/private browser window. If the image loads. You can use this image đź’Ş
Example: <img src="https://raw.githubusercontent.com/YourUsername/YourRepoName/main/logo.png" alt="Logo" width="200">