Answers for "how to not stretch background image css"

CSS
1

html how to use a background image fill not stretch

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

Code answers related to "how to not stretch background image css"

Browse Popular Code Answers by Language