---
metadata:
  - name: generator
    content: Diplodoc Platform v5.34.3
alternate:
  - https://yandex.com/dev/video-sdk/doc/en/sdk-html5/PublicAdContentSize.md
  - https://yandex.com/dev/video-sdk/doc/ru/sdk-html5/PublicAdContentSize.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/video-sdk/doc/en/llms.txt

# PublicAdContentSize

Ad content size.

```no-highlight
type PublicAdContentSize = PixelSize | AdaptivePixelSize | undefined
```

#|
|| **Value** | **Description** ||
|| [PixelSize](https://yandex.com/dev/video-sdk/doc/en/sdk-html5/PixelSize.md) | {% include [properties-p-PixelSize](../_includes/sdk-html5/AdConfig-interface/id-properties/p-PixelSize-522ebd009087.md) %} ||
|| [AdaptivePixelSize](https://yandex.com/dev/video-sdk/doc/en/sdk-html5/AdaptivePixelSize.md) | Adaptive ad size.||
||`undefined` 
|
The size is not defined. This is possible if:
* No size is defined when starting the ad;
* One AdPod has finished playing but the next one hasn't started yet.||
|#
