---
title: itemBanner
framework: tvml
role: collectionGroup
path: tvml/itembanner
---

# itemBanner

Displays information associated with an element.

## Overview

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 heroImg img row Elements that Use itemBanner relatedContent

## Topics

### Valid TVML Styles

- [margin](tvml/margin.md)
- [width](tvml/element-shaping-width.md)

### Valid TVML Attributes

- [binding](tvml/binding.md)
- [prototype](tvml/prototype.md)
- [theme](tvml/theme.md)

## See Also

### Banner Elements

- [banner](tvml/banner.md)
- [identityBanner](tvml/identitybanner.md)
