<!--
{
  "availability" : [
    "tvOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TVServices",
  "identifier" : "/documentation/TVServices/TVTopShelfCarouselItem/cinemagraphURL",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "TV Services"
    ],
    "preciseIdentifier" : "c:objc(cs)TVTopShelfCarouselItem(py)cinemagraphURL"
  },
  "title" : "cinemagraphURL"
}
-->

# cinemagraphURL

The URL of a looping video to play, without sound, while the preview loads.

```
var cinemagraphURL: URL? { get set }
```

## Discussion

If you specify a value for this property, the system initially displays the corresponding video instead of a static image. The video plays in a loop until the preview video loads and is ready to play. If you do not specify a value for this property, the system displays the image you set using the [`setImageURL(_:for:)`](/documentation/TVServices/TVTopShelfItem/setImageURL(_:for:)) method.

The system does not play any sound content present in the video, so there is no need to include it when creating your assets.

---

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)