gallery.gridWrap

Available Since: V1.4.0

The gallery.infoPage chunk is used when drawing the information page for an image, the default is:

<ul class="row [[+class]]">
	[[+images]]
</ul>
Placeholder Description
class The CSS class applied to the wrapper.
images The HTML for the images within the grid.




TOP