From ac074e5996b4741d068e6b5112d95c5abd314680 Mon Sep 17 00:00:00 2001 From: John Spurlock Date: Sun, 17 Aug 2025 10:58:12 -0400 Subject: [PATCH] Add `poster` known purpose token --- docs/tags/image.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tags/image.md b/docs/tags/image.md index 7a6229c..54a5c05 100644 --- a/docs/tags/image.md +++ b/docs/tags/image.md @@ -40,6 +40,7 @@ Anyone may define a token and its requirements. For instance, an app might defin | banner | Recommended for hero to complement your artwork | [YouTube’s channel banner](https://support.google.com/youtube/answer/12950272?hl=en) | | publisher | Recommended for publisher logos. Should be legible at small sizes. | [Apple’s Channel Icon](https://podcasters.apple.com/support/896-artwork-requirements#channels) | | circular | Recommended for times when an image is expected to be cropped to a full circle. This should be a "circle safe" image. | +| poster | A static thumbnail image for video episodes. Meant to be shown in the player before the video is played, and should thus be in the same aspect ratio as the video itself. | [YouTube's thumbnail recommendations](https://support.google.com/youtube/answer/72431?hl=en) ### Demo Tool In addition to the examples below, a [demo tool](https://nathangathright.github.io/podcastimage/) is provided to help get started with a few common image tag scenarios. The tool is provided by Nathan Gathright.