Reputation: 29249
HTML :
<div>
<img src="http://static.jsbin.com/images/jsbin_16.png" />
</div>
CSS :
div { border:5px solid #000; }
img { border:1px solid red; }
Issue illustration :
My problem is the space under the image, I added black border to the div
container and red border to the img
to make it more demonstrative.
Demo :
Upvotes: 1
Views: 73