In this demo we use the columns layout so the images have all the same width. We also set the parameter gridSize to 0 because we don't need the images to be aligned on the bottom edge.
$(".final-tiles-gallery").finalTilesGallery({
layout: 'columns',
gridSize: 0
});
See complete reference here.