Skip to main content

Carousel

Use the carousel component for showcasing multiple images on subsites. The images should showcase the service or location and be viewable on 'click'.

<section class="siema carousel-header-block has-dots has-siema-controls">
<div class="siema-slides-wrapper">

<div class="slide is-d-flex is-justify-center is-align-end bg-cover is-focus-center-top">
<img src="https://source.unsplash.com/random/1600x900" alt="" />
</div>
<div class="slide is-d-flex is-justify-center is-align-end bg-cover is-focus-center-top">
<img src="https://source.unsplash.com/random/1600x900" alt="" />
</div>
<div class="slide is-d-flex is-justify-center is-align-end bg-cover is-focus-center-top">
<img src="https://source.unsplash.com/random/1600x900" alt="" />
</div>
</div>
<div class="controls-wrapper">
<div class="controls has-py-1 has-px-4">
</div>
</div>
</section>