Scaling background image with css only cuts it off, doesn't change the scale
问题 I'm trying to scale down a background image with css. My browser has it scaled all the way to it's maximum resolution, and nothing that should work, is working. When I try and use max-width it doesn't scale the image, it only cuts off the right edge of the image, and it stays at the same scale. Here's my CSS .proj-header{ /* Settings for projects bgr image */ position: relative; bottom: 20; height: 450; background-image: url(pics/fight_shy_lot.jpg); background-repeat:no-repeat; background