Answers for "how can i fill image width css"

CSS
0

fill image in div

img {
  width: 200px;
  height: 
  300px;
  object-fit: cover;
}
Posted by: Guest on August-23-2021
0

image to fill container size

background-size: 1000px 300px;
  backdrop-filter: blur(5px);
  background-position: center;
  background-repeat: no-repeat;
Posted by: Guest on October-01-2021

Browse Popular Code Answers by Language