nathaneyre.com
Using CSS to Scale a Background Size - Nathan Eyre, Web Developer
Here is a quick CSS code snip to scale a background image of an element. You must first declare the background-size then set the width and height. /*Scale the background image to a fixed dimension*/ div { background:...