I\'ve created a two-column grid of images, which works fine with all-landscape images: Link. However, I\'ve added a portrait image that throws off the layout, so I\'d like t
How about this CSS:
img { height: 280px; } .portrait-crop { height: 560px; }
http://jsfiddle.net/91z2wxfy/2/