Image re-sizing

Hi there! I’m just starting out and created my first pen! I’m fairly happy with it except…the middle image will not align with the two others…I’ve tried using different images and set the bootstrap the same as the others even changing the height to match the others after inspecting it…its not the end of the world but it doesn’t look right! Please help! http://codepen.io/Jonno151/pen/VmOoEK

how about setting the height instead of the width? (300 px seems ok) After that it messes up a bit when you downsize but you might be able to fix it by centering the elements?

[EDIT] you might want to check out FLEXBOX

1 Like

Ok brilliant thanks I will give it a go :slight_smile:

1 Like

BOOM sorted thanks, I think I was missing a cheeky semi-colon too!