fullscreen property CSS Reference



Definition and Usage

The :fullscreen CSS pseudo-class applies to any element that's currently being displayed in full-screen mode.

The W3C proposal use the single word :fullscreen, that is without a dash, but both the Webkit and Gecko experimental implementations use a prefixed variant with two words linked by a dash: :-webkit-full-screen and :-moz-full-screen, respectively.


Examples

No examples


Compatibility

Desktop browsers

FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support15.0 -webkit (see notes)9.0 (9.0)-moz (see notes)11 -msNot supported6.0 -webkit (see notes)

Mobile browsers

FeatureAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic supportNA9.0 (9.0)Not supportedNot supportedNot supported

Relative articles