Web/API/MediaImage

From Get docs

The Media Session API's MediaImage dictionary describes the images associated with a media resource's MediaMetadata. Its contents can be displayed by the user agent in appropriate contexts like in a player interface to show the current playing video or audio track.

Properties

src
The URL from which the user agent fetches the image's data.
sizes
Specifies the resource in multiple sizes so the user agent doesn't have to scale a single image.
type
The MIME type hint for the user agent that allows it to ignore images of types that it doesn't support. However, the user agent may still use MIME type sniffing after downloading the image to determine its type.

Specifications

Specification Status Comment
Media Session StandardThe definition of 'MediaImage' in that specification. Draft Initial definition.

Browser compatibility

The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.

No compatibility data found. Please contribute data for "api.MediaImage" (depth: 1) to the MDN compatibility data repository.

See also