files/en-us/web/api/chapterinformation/artwork/index.md
{{APIRef("Media Session API")}}{{SeeCompatTable}}
The artwork read-only property of the
{{domxref("ChapterInformation")}} interface returns an {{jsxref("Array")}} of objects representing images associated with the chapter.
An {{jsxref("Array")}} of objects. Each object contains the following properties:
src
sizes
any (representing a scalable vector format such as SVG), or a space-separated list of tokens in the format <width in pixels>x<height in pixels> or <width in pixels>X<height in pixels>. If multiple sizes are provided, the user agent can load the size most appropriate for the current context, provided those sizes are available in the linked resource.type
See the main {{domxref("ChapterInformation")}} page for an example.
{{Specifications}}
{{Compat}}