Banner
LastUpdate : 2019/08/27
Structure
<div class="module-bannerslick-box {arrow-inside} {is-infinite}"
data-infinite="{infinite}"
data-dots="{showIndexDot}"
data-arrows="{showArrowButton}">
<!-- for loop [item in data] -->
<div class="banner-content-box {text-justify-left} {text-justify-center} {text-justify-right}
{text-justify-top} {text-justify-center} {text-justify-bottom}"
style="background-image: url({item.image})">
<div class="banner-content">
{item.text}
</div>
</div>
<!-- for loop End -->
</div>