Answers for "how to image size reduce in background picture"

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 image size reduce in background picture"

Browse Popular Code Answers by Language