---
title: size
framework: spritekit
role: symbol
role_heading: Instance Property
path: spritekit/skvideonode/size
---

# size

The dimensions of the video node, in points.

## Declaration

```swift
var size: CGSize { get set }
```

## Mentioned in

Adding a Video to a Scene

## Discussion

Discussion The default value is the size of the video used to instantiate the node.

## See Also

### Setting the Video Node’s Visual Properties

- [anchorPoint](spritekit/skvideonode/anchorpoint.md)
