Carousel with multiple images, title, details and tags

You can add multiple pictures in this carousel that can automatically play as a slideshow. This one has an image in background, and allows you to add title along with details. It also supports tags.

Show Full Syntax...

Syntax

{{< carousel-container-multiple
arrow-style="s-none|s-1|s-2|s-3|s-4|s-5"
background-color="any background or gradient"
data-auto-play-speed="Any number in ms"
data-slide-to-scroll-count="Any number"
data-slide-to-show-count="Any number"
data-speed="Any number in ms"
is-data-arrows="true|false"
is-data-auto-play="true|false"
is-data-dots="true|false"
is-data-infinite="true|false"
is-data-variable-width="true|false"
is-full-width="true|false"
is-responsive="true|false"
margin="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."
padding="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on." >}}

{{< carousel-with-multiple-cards-3-item
background-color="any background or gradient"
content-background-color="any background or gradient"
heading="Any text"
heading-text-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"
image="Any valid image link"
image-height="Any valid number with unit like 10px, 100vh, 10rem or 50%"
is-open-in-new="true|false"
link="Any valid http link"
tags="Comma seperated values"
tags-colors="Comma seperated color values"
tags-text-colors="Comma seperated color values"
text-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)" >}}

The actual message goes here

{{< /carousel-with-multiple-cards-3-item >}}

{{< /carousel-container-multiple >}}