---
title: width
framework: tvml
role: article
role_heading: Article
path: tvml/element-shaping-width
---

# width

Specifies how wide an element is.

## Overview

Overview Use the width style to change the width of an element. Here’s an example that sets the width of an img element to 250 points. <img src="path to image" width="250" height="376" /> Values for width note: You must explicitly set this style for custom cell elements provided by your app binary. Elements that Use width activityIndicator buttonLockup description header heroImg img infoTable itemBanner list lockup monogram reviewCard stack

## See Also

### Element Sizing

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