In my footer I can't remove the empty space between image and bottom border of footer.
Can anyone help me? (See snippet for understand the problem)
.news-footer {
border-style: solid;
bottom: 0;
left: 0;
position: fixed;
right: 0;
}
.image-footer {
height: 100%;
width: 100%;
}
<footer class="news-footer">
<img class="image-footer" src="http://oi66.tinypic.com/wgwbpi.jpg" alt="Download App"/>
</footer>