Answers for "onbject-fit css"

CSS
2

object-fit values in css

img{
  object-fit: cover|contain|fill|none|scale-down;
}
Posted by: Guest on May-04-2021
2

onbject-fit css

The object-fit CSS property sets how the content of a replaced element, such as an <img> or <video>, should be resized to fit its container.
Posted by: Guest on February-19-2021

Browse Popular Code Answers by Language