I have a problem, I don't understand why I can't get thumbnails center vertically on the list?
I tried:
.my-gallery figure {
display: block;
float: left;
margin: 0 5px 20px;
vertical-align: middle;
width: 140px;}
and:
.my-gallery img {
height: auto;
vertical-align: middle;
width: 100%;}
...but the thumbnails are always aligned to top. My thumbnails do not have the same size and it is not very pretty.