# photos/ Drop your photo files in here. ## Naming convention `<noteId>-<N>.png` — e.g. `alex-1.png`, `alex-2.png`, `sam-1.png`. The `noteId` matches the `id` field in `notes.jsx`. The number is 1-based; photos are listed in `photos: [...]` in the same order. If you can't (or don't want to) rename your photos, override the resolver in `notes.jsx` with a `PHOTO_REGISTRY` object — see CLAUDE.md. ## Format PNG or JPG, sRGB. Aim for at least 2160×2160 (the export resolution) so they hold up. Bigger is fine; the browser will scale them down. ## Orientation For every photo you add, register its orientation in `PHOTO_ORIENT` in `notes.jsx`. This drives the two-portraits-side-by-side auto-layout.