Embedded Gallery Example
To create an embedded gallery, use the following Mabel Content Block code:
<mabelcontentblock
type="gallery"
autoplay="false" random="false" showinfo="true">
<img
alt="Alt 1" title="Title 1" src="imagepath"
data-description="Caption 1"
/>
<img
alt="Alt 2" title="Title 2" src="imagepath"
data-description="Caption 2"
/>
</mabelcontentblock>