Contents

itemBanner

Displays information associated with an element.

Overview

Use itemBanner element to display information inside of a relatedContent element. Here’s an example that displays an image and three buttons related to a media item.

<itemBanner>
   <heroImg src="path to images on your server/Car_Movie_720x1080" />
   <row>
      <buttonLockup>
         <badge src="resource://button-add"/>
         <title>Add</title>
      </buttonLockup>
      <buttonLockup>
         <badge src="resource://button-rate"/>
         <title>Rate</title>
       </buttonLockup>
      <buttonLockup>
         <badge src="resource://button-shuffle"/>
         <title>Shuffle</title>
      </buttonLockup>
   </row>
</itemBanner>

Subelements of itemBanner

Elements that Use itemBanner

Topics

Valid TVML Styles

Valid TVML Attributes

See Also

Banner Elements