CSS3 Background Size "Zoom" -


i trying implement full page background image discussed here.

i using first method, css3 technique. however, when use background-size: cover author suggests, image "zoomed" in way farther needs , don't understand why.

is problem size of image or have else wrong?

here link page. achievable want see entire tree, trunk , all. i've tried setting background-size "100% auto" , effect same. i've tried background-size "contain" , image small.

no javascript solutions please. know achievable css.

update

contain looks on desktop site, looks bad on phone/table. cover looks on phone/table bad on desktop. guess i'll use 1 looks best on each device?

update

i think use contain across board, have resize bg image thinner smaller devices.

change background-size: cover background-size: contain

it looks perfect way!

enter image description here


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

CSS3 Transition to highlight new elements created in JQuery -