Adjust image size to prevent unwanted cropping

This commit is contained in:
Björn Fromme
2018-10-18 10:32:30 +02:00
parent 685bb1b56c
commit b11acfbce3
@@ -9,7 +9,7 @@
<div class="slider__item slider__item--product responsive-bg"
style="background-image: url({f:uri.image(image: image, width: '400', height: '200c')})"
data-mobile="{f:uri.image(image: image, width: '400', height: '180c')}"
data-desktop="{f:uri.image(image: image, width: '1370')}">
data-desktop="{f:uri.image(image: image, width: '585', height: '360c')}">
</div>
</f:for>
</div>