This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

MediaQueryList

Method of css/media_queriescss/media_queries

Syntax

var object = object.MediaQueryList();

Return Value

Returns an object of type DOM NodeDOM Node

Notes

Remarks

The following example displays a message as when the windows size is less or greater than 250 pixels.

Syntax

Standards information

Members

The MediaQueryList object has these types of members:

  • [#methods Methods]
  • [#properties Properties]

Methods

The MediaQueryList object has these methods. {

See also

Related articles

Media Queries

Attributions