make backgrond image smaller

Solutions on MaxInterview for make backgrond image smaller by the best coders in the world

showing results for - "make backgrond image smaller"
Vicente
07 Mar 2019
1/*The cover value specifies that the background image should be sized
2so that it is as small as possible while ensuring that both dimensions
3are greater than or equal to the corresponding size of the container.*/
4
5background-size: cover;