Answers for "how to get a backround image to not stretch but stay 100%"

CSS
0

html how to use a background image fill not stretch

.cover {
  object-fit: cover;
}
Posted by: Guest on March-02-2021

Browse Popular Code Answers by Language