From e51056787eda8667276e50ec7fdbafbce0794322 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Sat, 10 Oct 2020 01:44:45 -0500 Subject: [PATCH] image size/ratio - closes issue #4 --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 43cc424..f3f7732 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,13 @@ to the broadest set of apps, publishers, platforms and aggregators. Individual this larger namespace. -## Element List (current) -- **\**[url to a large image file]**\** - This is assumed to point to an image that is 1000px or larger in size. -- **\**[url to a medium image file]**\** - This is assumed to point to an image that is 300px to 999px in size. -- **\**[url to a small image file]**\** - This is assumed to point to an image that is 299px or less in size. +## Element List +- **\**[url to a large image file]**\** - This is assumed to point to an image that is 1000px or larger in size. + The image must be square (1:1 ratio). The image content may differ from other images specified in the feed where appropriate. The "size" attribute is mandatory. +- **\**[url to a medium image file]**\** - This is assumed to point to an image that is 300px to 999px in size. + The image must be square (1:1 ratio). The image content may differ from other images specified in the feed where appropriate. The "size" attribute is mandatory. +- **\**[url to a small image file]**\** - This is assumed to point to an image that is 299px or less in size. + The image must be square (1:1 ratio). The image content may differ from other images specified in the feed where appropriate. The "size" attribute is mandatory. - **\**[Category Name]**\** - This is a channel-level element. See "Categories" in this document for an explanation. There can be up to a total of 9 categories defined. - **\**[CountryCode|Locality]**\** - The country code and locality name given with a pipe as a separator. @@ -57,12 +60,11 @@ this larger namespace. - **\**[url this feed was imported from]**\** - This is a channel-level element. If the feed moved, or was imported to a different hosting platform, this element can specify the new location. - **\**[the id string]**\** - This is a channel-level element. See "ID's" in this document for an explanation. -- **\**[url to a file]**\** - This is an item-level element. Links to a text file containing a transcript. - **\**[A person's name]**\** - This is an item-level element. It gives the name of a person hosting this episode if appropriate. Multiple of these can be specified. - **\**[A person's name]**\** - This is an item-level element. It gives the name of a person who is a guest on an episode. Multiple of these can be specified. - **\**[rating letter]**\** - This is a channel, or item-level element specifying a generally accepted rating letter of G, PG, PG-13, R or X. -## Element List (proposed) +- **\**[url to a file]**\** - This is an item-level element. Links to a text file containing a transcript. - **\**[url to a file]**\** - This is an item-level element. Links to an industry standard closed-caption/subtitle file format. - **\**[uri of media asset]**\** - This is an item-level element that is meant to provide alternate versions of an enclosure, such as low or high bitrate, or alternate formats or alternate uri schemes, like IPFS or live streaming.