Hi, welcome
I’m not sure if I fully understood your question. This layout is more suitable for landscape images, but your image is portrait, so I used the following CSS code to crop the image. Is this what you wanted?
@media (orientation: landscape) {
.woocommerce div.product div.images img {
height: 80vh;
object-fit: cover;
}
}
Yes, I logged in your wordpress, and added the above CSS in (Appearance > Customize: Additional CSS)
ps:
If you wish to leave your backend login information again, please pickup ‘Set author’s post as private’.
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook