I'm trying to make images on my page to be tightly under each other so the top of the images is always inline with the previous image.
However, I cannot sort this simple problem out as there is always a gap between the images.
This is the FIDDLE
The images only have simple inline CSS which is:
width:100% !important;
height:100% !important;
margin:0 !important;
padding:0 !important;
Could someone please advise on this issue?
Thanks in advance.