View on GitHub

Library API Documentation

Documentation for Library API Packages

Library Core / types/media / ImageSizes

Interface: ImageSizes

types/media.ImageSizes

Table of contents

Properties

Properties

lg

lg: string

The complete URL to this image on the publication servers. Large size.

Defined in

types/media.d.ts:43


md

md: string

The complete URL to this image on the publication servers. Medium size.

Defined in

types/media.d.ts:38


sm

sm: string

The complete URL to this image on the publication servers. Small size.

Defined in

types/media.d.ts:33


xl

Optional xl: string

The complete URL to this image on the publication servers. Extra large size.

Isn’t always available. If not use lg instead.

Defined in

types/media.d.ts:50


xs

xs: string

The complete URL to this image on the publication servers. Extra small size.

Defined in

types/media.d.ts:28