Answers for "how to reduce the size of backgoround image"

CSS
0

make backgrond image smaller

/*The cover value specifies that the background image should be sized
so that it is as small as possible while ensuring that both dimensions
are greater than or equal to the corresponding size of the container.*/

background-size: cover;
Posted by: Guest on March-09-2021

Code answers related to "how to reduce the size of backgoround image"

Browse Popular Code Answers by Language