/ Published in: CSS
full size bg image with css
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
img.bg { min-height: 100%; min-width: 1200px; width: 100%; height: auto; position: fixed; top: 0; left: 0; } insert the image into the body and then have it have a class called "bg"