<!--
{
  "availability" : [
    "tvOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TVServices",
  "identifier" : "/documentation/TVServices/TVContentItemImageShape",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "TV Services"
    ],
    "preciseIdentifier" : "c:@E@TVContentItemImageShape"
  },
  "title" : "TVContentItemImageShape"
}
-->

# TVContentItemImageShape

An enumerated type that identifies the shape in which the content item should be displayed.

```
enum TVContentItemImageShape
```

## Topics

### Constants

[`TVContentItemImageShape.none`](/documentation/TVServices/TVContentItemImageShape/none)

The content has no particular shape.

[`TVContentItemImageShape.poster`](/documentation/TVServices/TVContentItemImageShape/poster)

The content has a width:height ratio of `2:3`.

[`TVContentItemImageShape.square`](/documentation/TVServices/TVContentItemImageShape/square)

The content has a width:height ratio of `1:1`.

[`TVContentItemImageShape.SDTV`](/documentation/TVServices/TVContentItemImageShape/SDTV)

The content is standard-definition television content with a width:height ratio of `4:3`.

[`TVContentItemImageShape.HDTV`](/documentation/TVServices/TVContentItemImageShape/HDTV)

The content is high-definition television content with a width:height ratio of `16:9`.

[`TVContentItemImageShape.wide`](/documentation/TVServices/TVContentItemImageShape/wide)

The content has a width:height ratio of `8:3`.

[`TVContentItemImageShape.extraWide`](/documentation/TVServices/TVContentItemImageShape/extraWide)

The content has a width:height ratio of `80:27`.



---

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)