My background image is supposed to stay in it's fixed dimensions and it does, when I'm working in dreamweaver or opening it from my desktop via various browsers (mozilla, ie, chrome). But once it's uploaded the background image stretches. Does someone know a solution for this issue?
Website
Try setting this in your CSS...
body {
background:url(YOUR_IMAGE);
background-size:80px 60px;
background-repeat:no-repeat;
}
Where the size in pixels is the same as the original image dimensions.
body {
background:url(YOUR_IMAGE);
background-repeat:no-repeat;
}
Try this
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With