For some strange reason, Firefox adds a little white space below images. This looks like a bottom margin, but isn’t really a margin space.
When reading through the internet I found a fix for this issue. Very simple!
Add the following to your css and the bottom margin / white space will be gone…
img {display: block;}
Written by Gordon
Topics: Web Design