Skip to main content

MediaThumbnail

A pre-generated thumbnail of NFT media at a specific size preset.

Schema Definition

type MediaThumbnail {
url: String!
preset: ThumbnailPreset!
format: String!
fileSize: Int
}

Fields

FieldTypeDescription
url
String! non-null scalar
URL to access this thumbnail image.
preset
ThumbnailPreset! non-null enum
Size preset used to generate this thumbnail.
format
String! non-null scalar
Image format of this thumbnail (e.g., webp, png, jpeg).
fileSize
Int scalar
File size of this thumbnail in bytes, or null if not available.

Member Of

Media object