How To Fix This Product Image Size

How To Fix This Product Image Size

rgeafrauuhf
Tourist
39 0 3

i want to fix this product image size, i had set it to 1:1 but in product recommendation & in collection it showing like this

url: https://driptrove.com/

Screenshot 2024-08-14 130029.png

and its perfect on home page

Screenshot 2024-08-14 130204.png

 

Replies 4 (4)

niraj_patel
Shopify Partner
2378 514 511

Hello @rgeafrauuhf 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .swiper-container img.se-out.w-full.h-full.f-img-loaded {
      object-fit: contain !important;
   }
</style>

niraj_patel_0-1723621532982.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
rgeafrauuhf
Tourist
39 0 3

This Works In product recommendation tab but not on collection page & recently viewed product

niraj_patel
Shopify Partner
2378 514 511

Sorry for mistake Add this
You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  img.se-out.w-full.h-full.f-img-loaded {
      object-fit: contain !important;
   }
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

Dan-From-Ryviu
Shopify Partner
9275 1864 1896

Hi @rgeafrauuhf 

You can solve it by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings

.template-product .product-recommendations img { object-fit: contain !important; }

Screenshot 2024-08-14 at 14.47.38.png

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.