Simple example
A simple example.
Settings: no lightbox, rowHeight = 110, usedSuffix 'lt240', no fixed height, with caption, justify last row
Small gallery
A simple example that use smaller images. Look at the usedSuffix that is
lt100
because is very lickely that the used images are quite small.
Settings: with lightbox, rowHeight = 70, usedSuffix 'lt100', no fixed height, with caption, no justify last row
Fixed Height
To show the fixed height option. Look that the big images is cutted, because they have a maximum height that they need to respect.
Settings: no lightbox, rowHeight = 200, usedSuffix 'lt320', fixed height, no caption, justify last row
Multiple gallery with one call.
Three gallery created with a single call to the plugin
(foreach test)
Settings: with lightbox, rowHeight = 80, usedSuffix 'lt240', no fixed height, no caption, justify last row
Gallery 1
Gallery 2
Gallery 3
Not Found images
Test with a gallery with 5 images, an image with a wrong name that can't be loaded, it will be ignored.
Settings: with lightbox, rowHeight = 80, usedSuffix 'lt240', no fixed height, no caption, justify last row
One Size Images
To show ho to use the Justified Gallery with only one type of images. In this case it use only the '_t' images that is very small, and this creates a low quality gallery. This can be done modifying the
sizeSuffixes
setting and setting all the prefixes to the same. If you have images without prefixes, you can set all the prefixes to the empty string
'sizeSuffixes' : { 'lt100':'', 'lt240':'', 'lt320':'', 'lt500':'', 'lt640':'', 'lt1024':''}
Settings: no lightbox, rowHeight = 250, no fixed height, justify last row