Thanks for confirm
- Go to Online Store->Theme->Edit code
- Asset->/Theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
.product-single__media {
padding-top: 100% !important;
img {
height: 100%;
object-fit: contain;
}
}
}