Add images to your project folder and have them automatically show up on your website.

sample-images-1.png sample-images-2.png sample-images-3.png sample-images-4.png sample-images-5.png sample-images-6.png sample-images-7.png sample-images-8.png sample-images-9.png

When you add images to a folder, they will automatically show up on top of your project's page.

Page text will appear below the images like this.

Image support in 4567

4567 automatically detects and displays images in several formats:

How images work?

  1. Automatic Detection - Drop any supported image file into a project folder, they will show up below the project title and description.
  2. Instant Display - Images appear immediately on the project page.
  3. Thumbnail Generation - First image automatically becomes the homepage thumbnail.
  4. Image Optimization — 4567 automatically optimizes your images for web.

Referencing images in Markdown

If you want to place images inside your text (like this guide does), you need to reference them using their file path.

Important: While the website URL for a page might change based on the title you set in project.md, the path to your images always follows your actual folder structure.

So when linking images manually, always use the real folder names:

<img src="/static/Your Folder Name/Your Image.jpg">