Organize gallery into highlighted photo groups
This commit is contained in:
@@ -150,10 +150,13 @@ Create **Publish to blog**:
|
||||
only `published` means the deployed site's receipt contains this album.
|
||||
|
||||
The ZIP route accepts 1–20 images in archive-entry order and keeps them as one
|
||||
upload. Each photo renders as its own gallery `<li>`, including photos in older
|
||||
batches. The caption appears on each photo; the first image is the highlight target. Metadata sidecars
|
||||
under `__MACOSX/` and `.DS_Store` are ignored. Ordinary API clients can also send
|
||||
repeated `photos` parts; send either `archive` or `photos`, never both.
|
||||
upload job. Each photo is stored as its own `_art` document and renders as its
|
||||
own gallery `<li>`. The shared caption is repeated on each photo and an optional
|
||||
highlight begins on the first photo. Photos remain contiguous in the selection order.
|
||||
Older batch documents are still split at render time for backward compatibility.
|
||||
Metadata sidecars under `__MACOSX/` and `.DS_Store` are ignored. Ordinary API
|
||||
clients can also send repeated `photos` parts; send either `archive` or `photos`,
|
||||
never both.
|
||||
Select still photos; videos/Live Photo video components aren't supported. Dates
|
||||
are upload time in UTC; captions are plain text. A caption is optional.
|
||||
An optional highlight name (up to 200 characters) adds one link to **Highlights**,
|
||||
|
||||
Reference in New Issue
Block a user