image tag draft 2 - #668 #671

image_tag
Dave Jones 2025-06-24 15:20:28 -05:00
rodzic 33f14b6242
commit 93eac26d14
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -1,12 +1,14 @@
## Image # Image
`<podcast:image>`<br>
`<podcast:image>`
This tag allows for the delivering of images of various sizes and use cases. It is cross-compatible with the `<itunes:image>` tag but expands the use cases for delivering more than just square channel or episode art. This tag allows for the delivering of images of various sizes and use cases. It is cross-compatible with the `<itunes:image>` tag but expands the use cases for delivering more than just square channel or episode art.
### Parent ### Parent
&nbsp; `<channel>` or `<item>` or `<podcast:liveItem>` `<channel>` or `<item>` or `<podcast:liveItem>`
### Count ### Count
&nbsp; Multiple Multiple
### Attributes ### Attributes
- href (required): The URL to the media you want to embed. - href (required): The URL to the media you want to embed.
@ -39,8 +41,6 @@ Anyone may define a token and its requirements. For instance, an app might defin
| publisher | Recommended for publisher logos. Should be legible at small sizes. | [Apples Channel Icon](https://podcasters.apple.com/support/896-artwork-requirements#channels) | | publisher | Recommended for publisher logos. Should be legible at small sizes. | [Apples 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. | | circular | Recommended for times when an image is expected to be cropped to a full circle. This should be a "circle safe" image. |
<br><br>
## Examples ## Examples
### The most basic use cases ### The most basic use cases