24 lines
925 B
Markdown
24 lines
925 B
Markdown
Story Images
|
|
============
|
|
|
|
Story image paths resolve relative to this directory.
|
|
|
|
Image block markup:
|
|
|
|
```text
|
|
#image[image-name.jpg](landscape)
|
|
#image[image-name.jpg](portrait)
|
|
```
|
|
|
|
Sizes:
|
|
|
|
- `landscape`/`widescreen`: 16:9, centered, near full page width, height snapped to whole line heights.
|
|
- `portrait`: 16:9, half page width, height snapped to whole line heights, with following prose flowing beside it.
|
|
- `square`: 1:1, centered, near full page width, height snapped to whole line heights.
|
|
|
|
Image markup is parsed and queued by the story markup system, but final image rendering is still future work. Keep assets ready for that renderer by using browser-friendly formats such as `.jpg`, `.png`, `.webp`, or `.avif`.
|
|
|
|
Use file names that are stable and story-facing, for example `mansion-door-rain.webp` rather than temporary export names.
|
|
|
|
Document third-party source and license information here or next to the file.
|