Ensure copyright notice is not covered

This commit is contained in:
Björn Fromme
2018-10-18 11:25:37 +02:00
parent dea71a20ed
commit c2403e64d6
2 changed files with 4 additions and 4 deletions
@@ -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>