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.

matchMedium

Summary

Indicates whether the document currently matches a media query.

Method of css/media_queries/apis/StyleMediacss/media_queries/apis/StyleMedia

Syntax

var matchesMedia = window.styleMedia.matchMedium(/* see parameter list */);

Parameters

mediaQuery

Data-type
String

The media query to match.

Return Value

Returns an object of type BooleanBoolean

Boolean

Returns whether the media type of the document matches the media type that the mediaQuery parameter specifies.

Notes

The mediaQuery parameter can contain a string that specifies a media type, an optional well-formed Cascading Style Sheets (CSS) media query, or both. For more information on Media Queries, see Media Queries.

See also

Related articles

CSSOM

Media Queries

Related pages

Attributions