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
| Field | Type | Description |
|---|---|---|
url | URL to access this thumbnail image. | |
preset | Size preset used to generate this thumbnail. | |
format | 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