Answers for "how to get div height to auto-adjust to background size"

CSS
1

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
0

resize background image to size of div

background-size: 300px 150px;
Posted by: Guest on October-01-2021

Code answers related to "how to get div height to auto-adjust to background size"

Browse Popular Code Answers by Language