As images being inline elements are treated same as texts, so there is a gap left, which can be removed by:
CSS
img { display: block ; }