How to change Ratio of Main Image in Product Detail to 1:1

To change Ratio of Main Image in Product Detail to 1:1, you can use this code to Website Tools > Custom CSS.

/* 1 1 ratio */
.ProductItem-gallery-slides:before {
    padding-bottom: 100% !important;
}

image