@shopgate/engage
Version:
Shopgate's ENGAGE library.
15 lines (14 loc) • 298 B
JavaScript
/**
* key in the product image collection
*/
export const PRODUCT_SLIDER_IMAGE_COLLECTION_KEY = 'PRODUCT_SLIDER_IMAGES';
/**
* themes value for the product slider image formats
*/
export const PRODUCT_SLIDER_IMAGE_FORMATS = [{
width: 440,
height: 440
}, {
width: 1024,
height: 1024
}];