Issue #962
Fill parent div
A boolean that causes the image to fill the parent element, which is useful when the width and height are unknown.
The parent element must assign position: “relative”, position: “fixed”, or position: “absolute” style.
<div className="relative">
<Image src="" alt="" fill objectFit="cover" />
</div>