I am trying to achieve a background image for my Block of contents similar to Washington Post.(where news contents are placed in blocks)
But the image I use does not fill the complete Block , the image is not stretching to fill the complete Block.I though background-size would do the trick but I guess it is not supported as of now. Is there any way to do this ?
.box-bg {
background:transparent url(
http://media.washingtonpost.com/wp-srv/hp/gr/hp-bg-290.gif);
background-size: 100%;
background-repeat: no-repeat;
}
Start Free Trial