Dawn Theme Photos of Products Zoomed and cropped

Hello All,

I have been researching this issue but have not found any viable solutions as of yet. When our products are viewed from the catalog or collections view the photos are zoomed in and cut off on the majority of the photos. I have found information on this that there is a way to adjust the photo before uploading to make them all uniform. Regardless, does anybody have the most efficient option on adjusting these photos to ensure that the images are not cut off and you can see the entire product image? If there is no coding to help this situation, is there an app integration or a 3rd party application that can be recommended to adjust all of our photos to look uniform?

If you do recommend an application to resize the photos are there specific dimensions to stick to?

In the photo below we are happy with the two product on the edges, but the ones enclosed in the middle are needing to be zoomed out and not β€œcropped”.

Thank you in advance for the help!

Our shopify web link is airpipingdirect.myshopify.com

password to enter the site is shopify123

Hi @jkadgconcepts ,

You can try this code by following these steps:

Step 1: Go to Shopify Admin β†’ Online Store ->Theme β†’ Edit code

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file β†’ Save

.card__media .media img {
  object-fit: contain !important;
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

1 Like

Thank you so much, your response was so quick and worked perfectly!

1 Like