How to eliminate white space around product photos?

I have white space top and bottom on my product photos. Would appreciate your help, thank you.

www.createclothing.com.au

Hi @Joslin

The image size of the products is not the same ratio, Please try to upload the product image with the same ratio, this problem will be solved.

@Joslin

Your shop password Protected!

Thanks!

The password is taken off now, thank you

@Joslin

Please add the following code at the bottom of your assets/theme.scss.liquid file.

#shopify-section-collection-template .grid-product__image-link {
 background-color: transparent !important;
}

Thanks!