I have an image list, I want images scaled into their containers which have same size. like this:
.thumbnail { height: 100%; } .thumbnail img { max-height: 100%; max-width: 100%; border: 1px solid red; }