Answers for "how to change div scale with keeping background image size"

CSS
2

how to scale a bg image acc to size of div

/* One way */
background-size: cover;

/* Other option */
background-size: contain;
Posted by: Guest on July-31-2020

Code answers related to "how to change div scale with keeping background image size"

Browse Popular Code Answers by Language