---
title: webkitPresentationMode
framework: webkitjs
role: symbol
role_heading: Instance Property
path: webkitjs/htmlvideoelement/1631913-webkitpresentationmode
---

# webkitPresentationMode

A property indicating the presentation mode.

## Declaration

```data
readonly attribute VideoPresentationMode webkitPresentationMode;
```

## Discussion

Discussion The possible values for this property are inline, picture-in-picture, and fullscreen.

## See Also

### Displaying Presentation Mode

- [webkitSetPresentationMode](webkitjs/htmlvideoelement/1631224-webkitsetpresentationmode.md)
- [webkitSupportsPresentationMode](webkitjs/htmlvideoelement/1629816-webkitsupportspresentationmode.md)
- [playsInline](webkitjs/htmlvideoelement/2528111-playsinline.md)
