Ensure copyright notice is not covered
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
.slider__item {
|
||||
position: relative;
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
background-position: left center;
|
||||
display: none;
|
||||
|
||||
// Avoid FOUC
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
<div class="slider__items">
|
||||
<f:for each="{product.images}" as="image" iteration="iteration">
|
||||
<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: '585', height: '360c')}">
|
||||
style="background-image: url({f:uri.image(image: image, width: '400')})"
|
||||
data-mobile="{f:uri.image(image: image, width: '400')}"
|
||||
data-desktop="{f:uri.image(image: image, width: '585')}">
|
||||
</div>
|
||||
</f:for>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user