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