Dear marc dinckel,
1. I checked your site again: With products in module sj matrix slider, you can add products to cart normally.
2. About images products, please go to the file: your_site\templates\sj_viste\less\store.less and find:
.product-content{ height: 200px;overflow: hidden;width: 100%;
.product-content-inner{height: 100%;position: relative; .transition(all 0.6s ease 0s);
.product-front,.product-back{position: absolute;left: 0;top: 0;width: 101%;height: 100%;z-index: 1;}
.product-front{z-index: 2;
.product-img{text-align: center;height: 100%;background: @white;
img{height: 100%;transform-origin: 50% 50% 0;transition: all 0.6s ease-in-out 0s;}
}
}
=> Edit img{height: 100% to img{height: auto
.product-content{ height: 200px;overflow: hidden;width: 100%;
.product-content-inner{height: 100%;position: relative; .transition(all 0.6s ease 0s);
.product-front,.product-back{position: absolute;left: 0;top: 0;width: 101%;height: 100%;z-index: 1;}
.product-front{z-index: 2;
.product-img{text-align: center;height: 100%;background: @white;
img{height: auto;transform-origin: 50% 50% 0;transition: all 0.6s ease-in-out 0s;}
}
}
Thanks