I have an image list, I want images scaled into their containers which have same size. like this:
This should help, at least for your example. There might be some cases in which this will not work. In that case you have to find a js solution.
.thumbnail img { height: 100%; width: auto; }