Podcasting 2.0

Images

<podcast:images>Multiple image resources for the podcast
Parent:
<item>
Count:
single

Attributes

Details

This tag, when present, allows for specifying many different image sizes in a compact way at either the episode or channel level. The syntax is borrowed from the HTML5 srcset syntax. It allows for describing multiple image sources with width and pixel hints directly in the attribute. Although the HTML5 srcset attribute allows relative urls, absolute urls are required in this tag - since the feed url may not represent an appropriate base url for relativization.

Examples

Example of specifying four different image sizes:

<podcast:images srcset="https://example.com/images/ep1/pci_avatar-massive.jpg 1500w, https://example.com/images/ep1/pci_avatar-middle.jpg 600w, https://example.com/images/ep1/pci_avatar-small.jpg 300w, https://example.com/images/ep1/pci_avatar-tiny.jpg 150w" />

Platform support

Podcast apps

Publishing/hosting tools

Other apps and platforms

No other apps or platforms are known to support <podcast:images> at this time.

This data is provided by Podcast Index. edit it on GitHub