Evjeter
Evjeter
Evjeter
"prevNextButtons": false,
"wrapAround": true,
"dragThreshold": 15,
"pauseAutoPlayOnHover": false,
Implementation note: this is an art driven image selection so it would have been better to be able
to use the "picture" tag instead. However,
as the mobile and desktop image could have different aspect ratio, the image allocation space
would not have work properly without explicitly
<noscript>
</noscript>
</div>
data-sizes="auto"
<noscript>
</noscript>
</div>
{%- capture placeholder -%}{% cycle 'lifestyle-1', 'lifestyle-2' %}{%- endcapture -%}
</div>
<div class="SectionHeader__ButtonWrapper">
</div>
</div>
<header class="SectionHeader">
{{ slideshow_content }}
</header>
</div>
{%- endif -%}
</div>
</div>
</button>
</div>
</section>
<style>
</style>
{% schema %}
"name": "Slideshow",
"class": "shopify-section--slideshow",
"max_blocks": 5,
"settings": [
"type": "checkbox",
"id": "show_fullscreen",
"info": "If enabled, images will be resized to fit the entire screen.",
"default": true
},
"type": "checkbox",
"id": "show_arrow",
"default": false
},
{
"type": "checkbox",
"id": "autoplay",
"default": true
},
"type": "range",
"id": "cycle_speed",
"min": 3,
"max": 8,
"step": 1,
"unit": "sec",
"default": 5
},
"type": "color",
"id": "text_color",
"label": "Text",
"default": "#ffffff"
},
"type": "color",
"id": "button_color",
"default": "#363636"
],
"blocks": [
"type": "image",
"name": "Slide",
"settings": [
"type": "image_picker",
"id": "image",
"label": "Image",
},
"type": "image_picker",
"id": "mobile_image",
"info": "750 x 1100px jpg recommended. If none is set, desktop image will be cropped."
},
"type": "checkbox",
"id": "apply_overlay",
"default": true
},
"type": "select",
"id": "content_position",
"options": [
{
"value": "middleLeft",
},
"value": "middleCenter",
},
"value": "middleRight",
},
"value": "bottomLeft",
},
"value": "bottomCenter",
},
"value": "bottomRight",
],
"default": "bottomLeft"
},
"type": "text",
"id": "subheading",
"label": "Sub-heading",
},
"type": "text",
"id": "title",
"label": "Heading",
},
"type": "header",
},
"type": "text",
"id": "button_1_text",
"label": "Text"
},
"type": "url",
"id": "button_1_link",
"label": "Link"
},
"type": "header",
},
{
"type": "text",
"id": "button_2_text",
"label": "Text"
},
"type": "url",
"id": "button_2_link",
"label": "Link"
],
"presets": [
"category": "Image",
"name": "Slideshow",
"settings": {},
"blocks": [
"type": "image"
},
"type": "image"
{% endschema %}