make backdrop smaller css code example
Example: how to set background automatically with my screen height
body {
background-image: url("img_tree.gif");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
background-size: contain;
}