How to calculate the sum of all featured thumbnail height on WordPress?

What I aim is to create a gallery which contains all my featured thumbnail displayed in three column of the same size, like the Flick way but with a vertical alignment.

did you try masonry.js? it’s a javascript library that can help you create the gallery without the need to calculate the height of each image.

if you decided to use masonry.js, you may need to use images-loaded.js in order to help masonry.js deal with images dimensions correctly.