Image inside div has extra space below the image
stackoverflow.com
Image inside div has extra space below the image
1–3 of 3 posts
Re: Image inside div has extra space below the image
#2This is due to the image being inline by default, just needs inline-block. There are other hacks too.
Re: Image inside div has extra space below the image
#3This is due to the image being inline by default, just needs inline-block. There are other hacks too.
Yeah - I just found it surprising =)