Is there a way to "stretch" a background image across the screen? I have
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
now it would be nice to scale the bg image to browser size. Is that possible?
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
now it would be nice to scale the bg image to browser size. Is that possible?