Answers for "scale div background-image"

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

Browse Popular Code Answers by Language