3px image bug
HTML
<div>
<img src="http://lorempixel.com/400/200/" alt="Lorempixum" />
Also some text
<div>
CSS
div {
background-color:#f00;
}
img {
line-height: 0;
}
<div>
<img src="http://lorempixel.com/400/200/" alt="Lorempixum" />
Also some text
<div>
div {
background-color:#f00;
}
img {
line-height: 0;
}