I am also interested to see if there a straight forward solution to align images vertically center. for horizontal centering enclose the image inside a container div and set its width to 100% and text-align to center.
vertical centering.. get the maximum height of the image in the list and use the same height for for all the images when you crop it. I mean increase the canvas size accordingly.