Gallery
Add a gallery widget to your template.
Overview
You can add a gallery widget to your template. It will use images in your album and can be later customised within the BaseKit Editor.
To include a gallery widget in your template you will need to add the following line:
{{widget('gallery', 'thisuniquewidgetname', {'images':[{'imageHeight':'350', 'imageWidth':'300', 'url':'http://placehold.it/350x300', 'title':'test title', 'description': 'test desc'},{'imageHeight':'350', 'imageWidth':'300', 'url':'http://placehold.it/350x300', 'title':'test title', 'description': 'test desc'},{'imageHeight':'350', 'imageWidth':'300', 'url':'http://placehold.it/350x300', 'title':'test title', 'description': 'test desc'},{'imageHeight':'350', 'imageWidth':'300', 'url':'http://placehold.it/350x300', 'title':'test title', 'description': 'test desc'}]})|raw}}
Widget Options
-
showTitle
: optional show or hide the image title.true
orfalse
-
showDescription
: optional show or hide the image description.true
orfalse
-
images
: optional An array of images with properties (imageHeight
,imageWidth
,url
,title
,description
) as opposed to using an album