I\'m using an svg image as a background. I\'m trying to use CSS3\'s background-size: 100% 100%; but it doesn\'t seem to work, even in browsers which should supp
background-size: 100% 100%;
Here's a workaround:
Open your .svg file, find the tag at the beginning and add the following property inside it:
.svg
preserveAspectRatio="none"
Source: http://www.yootheme.com/support/question/6801?order=modified