``feed.image`` ===================== A dictionary with details about the feed image. A feed image can be a logo, banner, or a picture of the author. .. _reference.feed.image.title: ``feed.image.title`` --------------------------- The alternate text of the feed image, which would go in the alt attribute if you rendered the feed image as an :abbr:`HTML (HyperText Markup Language)` img element. .. _reference.feed.image.href: ``feed.image.href`` -------------------------- The :abbr:`URL (Uniform Resource Locator)` of the feed image itself, which would go in the src attribute if you rendered the feed image as an :abbr:`HTML (HyperText Markup Language)` img element. If this is a relative :abbr:`URI (Uniform Resource Identifier)`, it is :ref:`resolved according to a set of rules `. .. _reference.feed.image.link: ``feed.image.link`` -------------------------- The :abbr:`URL (Uniform Resource Locator)` which the feed image would point to. If you rendered the feed image as an :abbr:`HTML (HyperText Markup Language)` img element, you would wrap it in an a element and put this in the href attribute. If this is a relative :abbr:`URI (Uniform Resource Identifier)`, it is :ref:`resolved according to a set of rules `. .. _reference.feed.image.width: ``feed.image.width`` --------------------------- The width of the feed image, which would go in the width attribute if you rendered the feed image as an :abbr:`HTML (HyperText Markup Language)` img element. .. _reference.feed.image.height: ``feed.image.height`` ---------------------------- The height of the feed image, which would go in the height attribute if you rendered the feed image as an :abbr:`HTML (HyperText Markup Language)` img element. ``feed.image.description`` --------------------------------- A short description of the feed image, which would go in the title attribute if you rendered the feed image as an :abbr:`HTML (HyperText Markup Language)` img element. This element is rare; it was available in Netscape :abbr:`RSS (Rich Site Summary)` 0.91 but was dropped from Userland :abbr:`RSS (Rich Site Summary)` 0.91. .. rubric:: Annotated example This is a feed image: .. code-block:: xml Feed logo http://example.org/logo.png http://example.org/ 80 15 Visit my home page This feed image could be rendered in :abbr:`HTML (HyperText Markup Language)` as this: .. code-block:: html Feed logo .. rubric:: Comes from * /rdf:RDF/rdf:image * /rss/channel/image