object fit css property code example
Example 1: 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.
Example 2: object-fit values in css
img{
object-fit: cover|contain|fill|none|scale-down;
}