Sha256: d0be8bc6d3edb853780b3da69a551715e771ebe9673e9a80e54a41799dc9cee2

Contents?: true

Size: 1.46 KB

Versions: 14

Compression:

Stored size: 1.46 KB

Contents

<div class="owl-carousel slider_block owl-theme" data-size="{{include.object.items | size }}"
{% if include.object.xs_items %}data-xs-number="{{include.object.xs_items}}"{% endif %}
{% if include.object.sm_items %}data-sm-number="{{include.object.sm_items}}"{% endif %}
{% if include.object.md_items %}data-md-number="{{include.object.md_items}}"{% endif %}
{% if include.object.lg_items %}data-lg-number="{{include.object.lg_items}}"{% endif %}
{% if include.object.dots %}data-dots="true"{% endif %}
{% if include.object.nav %}data-nav="true"{% endif %}
{% if include.object.seconds_per_slide %}data-seconds-per-slide="{{include.object.seconds_per_slide}}"{% endif %}>
    {% if include.object.items %}
        {% assign carousel_items = include.object.items %}
    {% elsif include.object.data_source %}
        {% assign carousel_items = site.data[include.object.source] %}
    {% endif %}
    {% for item in carousel_items %}
        {% if include.object.lightbox_enabled %}<a data-featherlight="{{item.image}}">{% endif %}
        <div class="item">
            {% if item.image %}
                {% capture image_path %}{{item.image | remove_first: "/assets/images/" }}{% endcapture %}
                {% capture image_alt %}Slider block image {{forloop.index}}{% endcapture %}
                {% picture slider_block_image {{image_path}} --alt {{image_alt}} %}
            {% endif %}
        </div>
        {% if include.object.lightbox_enabled %}</a>{% endif %}
    {% endfor %}
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
jumbo-jekyll-theme-6.0.0.5 _includes/flow/slider.html
jumbo-jekyll-theme-6.0.0.4 _includes/flow/slider.html
jumbo-jekyll-theme-6.0.0.3 _includes/flow/slider.html
jumbo-jekyll-theme-6.0.0.2 _includes/flow/slider.html
jumbo-jekyll-theme-6.0.0.1 _includes/flow/slider.html
jumbo-jekyll-theme-6.0.0.0 _includes/flow/slider.html
jumbo-jekyll-theme-5.7.0.7 _includes/flow/slider.html
jumbo-jekyll-theme-5.7.0.6 _includes/flow/slider.html
jumbo-jekyll-theme-5.7.0.5 _includes/flow/slider.html
jumbo-jekyll-theme-5.7.0.4 _includes/flow/slider.html
jumbo-jekyll-theme-5.7.0.3 _includes/flow/slider.html
jumbo-jekyll-theme-5.7.0.2 _includes/flow/slider.html
jumbo-jekyll-theme-5.7.0.1 _includes/flow/slider.html
jumbo-jekyll-theme-5.7.0 _includes/flow/slider.html