---
title: relatedContent
framework: tvml
role: collectionGroup
path: tvml/relatedcontent
---

# relatedContent

Contains elements that are related to another element.

## Overview

Overview This element is often used to display the related content when another element is brought into focus. Here’s an example that contains a lockup inside of a relatedContent element. <relatedContent>     <lockup>         <img src="path to image goes here" />         <title>Title 1</title>     </lockup> </relatedContent Subelements of relatedContent activityIndicator grid heroImg itemBanner lockup Elements that Use relatedContent list listItemLockup

## Topics

### Valid TVML Styles

- [height](tvml/element-shaping-height.md)

### Valid TVML Attributes

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

## See Also

### Related Information Elements

- [placeholder](tvml/placeholder.md)
