This question has already been asked in a different situation.
I am trying to achieve a seamless photo grid with jQuery Masonry.
Check out my fiddle:
http://jsfiddle.net/drw158/sAkjv/
There is a vertical gap. Why?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Display your images as block-level elements:
See if this works: http://jsfiddle.net/drw158/sAkjv/1/
As for the why, I have no idea. My guess would be because the images are inline elements, but that isn’t a direct explanation.