+ 1
What would you do if there were multiple background images?
4 Respuestas
+ 1
If The Same Image Is Repeated Multiple Times Then We Should Use The CSS Property : background-repeat : no-repeat;
Or If The Image Is Different Then We Can Specify The Position Of Each Image.
0
background-position to give to every image a position
0
add background-size: 100%
0
you could style the div having that background image to background-size:cover; it works for me
or if the image is the same size as its div then you can style it as background-repeat:no-repeat; other wise you resize the image then style to no-one repeat or cover