objectFit
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.
See https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit for details.
// DefaultobjectFit: "fill"
objectFit: "contain"
objectFit: "cover"
objectFit: "none"
objectFit: "scale-down"