Skip to main content
Version: Next

Asset Thumbnail HTML

Returns the selected thumbnail HTML tag.

Configuration

thumbnail_html_config.pngthumbnail_html_config.pngthumbnail_html_config.png

  • Attribute: Name for the field to use in the query.
  • Thumbnail: Select the desired thumbnail from the list.

Example

thumbnail_html_example.pngthumbnail_html_example.pngthumbnail_html_example.png

Request:

{
getCar(id: 82) {
id,
contentThumbnailHTML
}
}

Response:

{
"data": {
"getCar": {
"id": "82",
"contentThumbnailHTML": "<picture >\n\t<source srcset=\"/Car%20Images/ac%20cars/68/image-thumb__68__content/automotive-car-classic-149813.44c4f656.jpg 1x, /Car%20Images/ac%20cars/68/image-thumb__68__content/automotive-car-classic-149813@2x.44c4f656.jpg 2x\" width=\"1140\" height=\"641\" type=\"image/jpeg\" />\n\t<img src=\"/Car%20Images/ac%20cars/68/image-thumb__68__content/automotive-car-classic-149813.44c4f656.jpg\" width=\"1140\" height=\"641\" alt=\"\" loading=\"lazy\" srcset=\"/Car%20Images/ac%20cars/68/image-thumb__68__content/automotive-car-classic-149813.44c4f656.jpg 1x, /Car%20Images/ac%20cars/68/image-thumb__68__content/automotive-car-classic-149813@2x.44c4f656.jpg 2x\" />\n</picture>\n"
}
}
}