---
title: webkitDisplayingFullscreen
framework: webkitjs
role: symbol
role_heading: Instance Property
path: webkitjs/htmlvideoelement/1630493-webkitdisplayingfullscreen
---

# webkitDisplayingFullscreen

A Boolean value indicating whether the video is displaying in fullscreen mode.

## Declaration

```data
readonly attribute boolean webkitDisplayingFullscreen;
```

## Discussion

Discussion true if displaying in fullscreen mode; otherwise, false.

## See Also

### Displaying Video Fullscreen

- [webkitEnterFullscreen](webkitjs/htmlvideoelement/1633500-webkitenterfullscreen.md)
- [webkitExitFullscreen](webkitjs/htmlvideoelement/1629468-webkitexitfullscreen.md)
- [webkitSupportsFullscreen](webkitjs/htmlvideoelement/1628805-webkitsupportsfullscreen.md)
- [webkitWirelessVideoPlaybackDisabled](webkitjs/htmlvideoelement/1630084-webkitwirelessvideoplaybackdisab.md)
- [webkitEnterFullScreen](webkitjs/htmlvideoelement/1630649-webkitenterfullscreen.md)
- [webkitExitFullScreen](webkitjs/htmlvideoelement/1628991-webkitexitfullscreen.md)
