. If you simply set the image's width and height to 100% of the
, the image will be stretched horizontally to fit the square, distorting its original proportions. To prevent this, you need to use techniques that maintain the aspect ratio while scaling the image to fill the available space. CSS Solutions: Object-fit Property
----------------------------------
The object-fit CSS property offers a simple and effective way to control how an image or video resizes to fit its container. It specifies how the content of a replaced element, such as an
or