0
I have a background image, and I would like it to fill in the div and adjust to the resolution of the monitor.
The div is already responsive because I use Foundation Zurb.
I did that, but the image doesn’t fit.
background: url('../img/fundos/fundo.png')no-repeat center top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;