Product Gallery
Product image gallery (featured + gallery images). Used in single_product templates with shortcodes.
Type: "productImageGallery"
Product image gallery (featured + gallery images). Used in single_product templates with shortcodes.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
featuredImageSrc | string | "{product_image}" | Featured Image |
galleryImagesSrc | string | "{product_gallery_images}" | Gallery Images |
thumbnailPosition | 'left'|'bottom' | "bottom" | Posisi Thumbnail |
showBorder | boolean | true | Tampilkan Border |
borderColor | CSS color | "#e5e5e5" | Warna Border (tampil saat showBorder = true) |
borderWidth | string | "1px" | Ketebalan Border (tampil saat showBorder = true) |
radius | string | "0px" | Border Radius |
enableZoom | boolean | true | Aktifkan Zoom |
Contoh
{
"id": "pro01abc",
"type": "productImageGallery",
"props": {
"featuredImageSrc": "{product_image}",
"galleryImagesSrc": "{product_gallery_images}",
"thumbnailPosition": "bottom",
"showBorder": true,
"borderColor": "#e5e5e5",
"borderWidth": "1px",
"radius": "0px",
"enableZoom": true
}
}