When a page layout is larger than 1200px it faces an issue with Product Image Cut-Off on the Product

Solved

When a page layout is larger than 1200px it faces an issue with Product Image Cut-Off on the Product

Yashpatel23
New Member
4 0 0

customize layout 1400px and media fit as fill then get issue of cut off media in product page on desktop but in mobile not facing this issue.

Screenshot (68).png

Accepted Solution (1)
Moeed
Shopify Partner
4992 1329 1610

This is an accepted solution.

Hey @Yashpatel23 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.product__media.media.media--transparent img {
    object-fit: unset !important;
}
</style>

RESULT:

Moeed_0-1696662685724.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
4992 1329 1610

Hey @Yashpatel23 

 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Yashpatel23
New Member
4 0 0
URL : https://1dde6e-2.myshopify.com/
password: stetru
Moeed
Shopify Partner
4992 1329 1610

This is an accepted solution.

Hey @Yashpatel23 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.product__media.media.media--transparent img {
    object-fit: unset !important;
}
</style>

RESULT:

Moeed_0-1696662685724.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

-Need a Shopify Specialist? Chat on WhatsApp
- Custom Design | Advanced Coding | Store Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️