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
2391 516 515

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
2391 516 515

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
11558 2261 2446

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 & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.