Slick Circle Slider HUBBL Code

Left
{# Counter Number // Slider 1/4, 2/4...#}
Right
{% for item in module.add_slider_item %}
{% set href = item.link_field.url.href %} {% if item.link_field.url.type is equalto "EMAIL_ADDRESS" %} {% set href = "mailto:" + href %} {% endif %}

{{ item.top_title }}

{{ item.title }}

{{ item.content }}
{% endfor %}
{% for item in module.add_slider_item %}
{% set href = item.link_field.url.href %} {% if item.link_field.url.type is equalto "EMAIL_ADDRESS" %} {% set href = "mailto:" + href %} {% endif %} {% if item.image1.src %} {% set sizeAttrs = 'width="{{ item.image1.width }}" height="{{ item.image1.height }}"' %} {% if item.image1.size_type == 'auto' %} {% set sizeAttrs = 'style="max-width: 100%; height: auto;"' %} {% elif item.image1.size_type == 'auto_custom_max' %} {% set sizeAttrs = 'width="{{ item.image1.max_width }}" height="{{ item.image1.max_height }}" style="max-width: 100%; height: auto;"' %} {% endif %} {% set loadingAttr = item.image1.loading != 'disabled' ? 'loading="{{ item.image1.loading }}"' : '' %} {{ item.image1.alt }} {% endif %}
{% endfor %}

Comments

Popular posts from this blog

Numbered Pagination in HubDB

Dynamic Pages Number Pagination in HubDB (Listing)

Tabber in Tabber