Product Image
Auto-renders the product thumbnail (single image; for gallery use productImageGallery). single_product / shop_catalog.
Type: "productImage"
Auto-renders the product thumbnail (single image; for gallery use productImageGallery). single_product / shop_catalog.
Catatan: Element template-only. Berlaku di template:
single_product,shop_catalog,product_category,search.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
aspectRatio | 'auto'|'1:1'|'4:3'|'3:2'|'16:9' | "1:1" | Aspect Ratio |
fit | 'cover'|'contain' | "cover" | Fit |
preset | 'productMain'|'cardMedium'|'cardWide'|'thumbnail'|'hero' | "productMain" | Image Preset |
linkToProduct | boolean | false | Link ke product page |
Contoh
{
"id": "pro01abc",
"type": "productImage",
"props": {
"aspectRatio": "1:1",
"fit": "cover",
"preset": "productMain",
"linkToProduct": false
}
}