Hello,
- Go to Online Store
- Edit Code
- Find theme.css/base.css file
- Add the following code in the bottom
img.image__img {
width: 100% !important;
height: auto !important;
max-width: 100% !important;
object-fit: cover !important;
border-radius: 10px !important;
}
Thanks!