Answers for "is there a limit on image size in background-image css"

CSS
2

background image height and width

.class{
	background: url("../images/icons/map.png") no-repeat center center/50px 50px fixed;
}
Posted by: Guest on September-29-2020

Code answers related to "is there a limit on image size in background-image css"

Browse Popular Code Answers by Language