I have a div container class with a width of 15%. Inside these containers I have image, the image has a a width of 100%. The problem is that not every image has the same ratio, so some container divs are longer then others which cause my layout to "crack".
Is there a way to resize all the divs to the size of the tallest div?