Image Showcase

Create grid based tables that are super flexible and easy to render

Show Full Syntax...

Syntax

{{< image-showcase-container
column-count="Any number"
column-gap="Any value in px or %"
container-overlay-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"
heading="Any text"
heading-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"
heading-line-height="Any valid number with unit like 10px, 10rem or 50%"
heading-size="Any valid number with unit like 10px, 10rem or 50%"
id="ID of any content in your website"
image="Any valid image link"
is-full-width="true|false"
item-background-color="any background or gradient"
item-border-radius="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."
item-box-shadow="Add shadow effects (offset-x | offset-y | blur-radius | spread-radius | color). Ex. 2px 2px 2px 1px rgba(0, 0, 0, 0.2)"
item-hover-background-color="any background or gradient"
item-hover-box-shadow="Add shadow effects (offset-x | offset-y | blur-radius | spread-radius | color). Ex. 2px 2px 2px 1px rgba(0, 0, 0, 0.2)"
item-padding="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."
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." >}}

{{< image-showcase-item
image="Any valid image link"
is-open-in-new="true|false" >}}

{{< /image-showcase-container >}}

OUR COLLABORATORS