<!--
{
  "documentType" : "article",
  "framework" : "TVML",
  "identifier" : "/documentation/TVML/imgdeck",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "imgDeck"
}
-->

# imgDeck

Contains several images to be displayed at a later time.

## Overview

The `imgDeck` contains a set of `img` elements—images that are part of the related
content for another element. When another element, such as `listItemLockup`, is in
focus, the information in the `relatedContent` element is also displayed.

```xml
<relatedContent>
    <imgDeck>
        <img src="path to images on your server/Car_Movie_250x375.png "/>
        <img src="path to images on your server/Car_Movie_250x375_A.png "/>
        <img src="path to images on your server/Car_Movie_250x375_B.png "/>
        <img src="path to images on your server/Car_Movie_250x375_C.png "/>
    </imgDeck>
</relatedContent>
```

### Subelements of imgDeck

- [img](/documentation/TVML/img)

### Elements that Use imgDeck

- [relatedContent](/documentation/TVML/relatedcontent)

## Topics

### Valid TVML Attributes

[binding](/documentation/TVML/binding)

Associates information in a data item with an element.

[prototype](/documentation/TVML/prototype)

Associates a data item type with an element.

[theme](/documentation/TVML/theme)

Sets the color scheme for an element.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)