Pictures are zoomed in on mobile layout

Solved

Pictures are zoomed in on mobile layout

sixdreamz
Explorer
110 0 37

Hey,

 

i dont know what i changed, but the pictures on my Mobile Layout are zoomed in.

i recently changed the size of my product pictures and i think by changing the css it also affected the mobile layout and zoomed the pictures in.

 

can anybody help me?

 

url: sixdreamz.com

Accepted Solution (1)

Rahul_dhiman
Shopify Partner
773 148 159

This is an accepted solution.

Hello @sixdreamz 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.

@media screen and (max-width: 749px) {
.product__media.media.media--transparent {
img {
height: 350px !important;
}
}
}

result
9.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

View solution in original post

Replies 2 (2)

Rahul_dhiman
Shopify Partner
773 148 159

This is an accepted solution.

Hello @sixdreamz 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.

@media screen and (max-width: 749px) {
.product__media.media.media--transparent {
img {
height: 350px !important;
}
}
}

result
9.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

Rahul_dhiman
Shopify Partner
773 148 159

Thanks for accepting the solution
please hit the like button also.

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages