Hacker News new | ask | show | jobs
Image inside div has extra space below the image (stackoverflow.com)
13 points by chefschef 2430 days ago
1 comments

This is due to the image being inline by default, just needs inline-block. There are other hacks too.
Yeah - I just found it surprising =)