<!--
{
  "documentType" : "article",
  "framework" : "TVML",
  "identifier" : "/documentation/TVML/element-shaping-height",
  "metadataVersion" : "0.1.0",
  "role" : "article",
  "title" : "height"
}
-->

# height

Specifies the height of an element.

## Overview

Here’s an example that shows how to set the height of an image to 376 points.

```xml
<img src="path to image" width="250" height="376" />
```

### Values for height

- Integer: The height of the element, in points. For example, `height="200"`
  sets the height of the element to 200 points.

> Note: You must explicitly set this style for custom cell elements provided by your
> app binary.

### Elements that Use height

- [banner](/documentation/TVML/banner)
- [button](/documentation/TVML/button)
- [heroImg](/documentation/TVML/heroimg)
- [img](/documentation/TVML/img)
- [infoList](/documentation/TVML/infolist)
- [listItemLockup](/documentation/TVML/listitemlockup)
- [monogram](/documentation/TVML/monogram)
- [ratingCard](/documentation/TVML/ratingcard)
- [relatedContent](/documentation/TVML/relatedcontent)
- [reviewCard](/documentation/TVML/reviewcard)
- [separator](/documentation/TVML/separator)
- [stack](/documentation/TVML/stack)

---

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)