I have an image list, I want images scaled into their containers which have same size. like this:
.thumbnail { height: 100px; display: table; } .thumbnail img { height: 100%; width: 100%; display: table-cell; vertical-align: middle; }