Distribute images evenly to columns in gallery
问题 Brief Explanation I am currently building a gallery that has three columns, each column contains images all of which have the same width, but can vary in height. The images for the columns are gathered from a directory and placed into an array using the PHP glob() function. This is the easy part... An example of what the gallery looks like: The Issue As these images are being loaded and placed into the columns dynamically, there is a chance that the columns may differ in height hugely. For