---
title: imgDeck
framework: tvml
role: collectionGroup
path: tvml/imgdeck
---

# imgDeck

Contains several images to be displayed at a later time.

## Overview

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. <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 Elements that Use imgDeck relatedContent

## Topics

### Valid TVML Attributes

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

## See Also

### Container Elements

- [carousel](tvml/carousel.md)
- [grid](tvml/grid.md)
- [infoTable](tvml/infotable.md)
- [organizer](tvml/organizer.md)
- [row](tvml/row.md)
- [section](tvml/section.md)
- [stack](tvml/stack.md)
- [shelf](tvml/shelf.md)
