A space-efficient and attractive way to present many images to the user.
id
string
Give this control a unique id. Can be accessed in the client DOM (eg, document.getElementById('myid') or in the server DOM using [? $myid ?] or [? $('myid') ?]).
sizing
string
Responsive Items Per Row
The gallery will set the number of items on each row to a number within the provided range, attempting to choose the best number for the available space.
Example: a value of '4,6' tells the gallery to have between 4 and 6 items on each row, choosing the best number within that range according to the available space. A value of '4,4' tells the gallery that it can only have 4 items per row (if possible) at all times.
sizingtolerance
int
Gallery sizing tolerance
How much the sizing can be changed to alow for the most evenly distributed rows.
spacing
int
Gallery spacing
The amount of space between items in the gallery.
No examples yet.