Adjust image size to prevent unwanted cropping
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user