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

# fullscreenImg

Displays an image over an entire element.

## Overview

The `fullscreenImg` element contains a link to an image that is to be displayed over
an entire element. Typically this is used to display an image that fills the entire
screen. Here’s an example that shows how to place a full screen image.

```xml
<fullscreenImg src="path to server/image" />
```

### Contained In

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

## Topics

### Valid TVML Attributes

[accessibilityText](/documentation/TVML/accessibilitytext)

Adds hidden text to an element that is used when VoiceOver is enabled.

[binding](/documentation/TVML/binding)

Associates information in a data item with an element.

[contentsMode](/documentation/TVML/contentsmode)

Specifies how an image is expanded to fill its containing element.

[height](/documentation/TVML/image-attributes-height)

Specifies the maximum height for an image.

[opaque](/documentation/TVML/opaque)

Indicates whether an image has a transparent background.

[prototype](/documentation/TVML/prototype)

Associates a data item type with an element.

[src](/documentation/TVML/src)

Specifies the URL for an image.

[srcset](/documentation/TVML/srcset)

Specifies multiple URLs for an image.

[width](/documentation/TVML/image-attributes-width)

Specifies the maximum width for an image 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)