How to size images in @media screen property? – Photoshop
I want to know how to size my images in @media screen and max-width:640. My style.css: #header-wrapper { position: relative; padding: 7em 0 0; background:url(images/fox-illustration.jpg) no-repeat center; background-position:center; width:auto; height:768px; } My mobile.css: @media screen and (max-width: 640px) { header-wrapper…