In my case, it works
Code:
img.cover {
width: 100%;
height: 100%;
display: block;
}
I must say that if you want it to cover the default margin areas, you may have to try the margin hack with html tag. I've never tried it, but somebody used negative margin values.