Product image display for both mobile and desktop sizing

Solved

Product image display for both mobile and desktop sizing

Bugbuzz456
Excursionist
58 0 6

Hi does anyone know how to adjust the product sizing to be all the same for both mobile and desktop it seems that whenever i resize the image and upload it the image sizing still remains the same. If anyone knows how to adjust the sizing can reach out to me.

Thank you. Screenshot (260).png

Accepted Solution (1)
websensepro
Shopify Partner
1852 215 260

This is an accepted solution.

Yes, this can help improve image display by ensuring the entire image fits within its container, but scaling down might reduce clarity if the original resolution is low.

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP

View solution in original post

Replies 6 (6)

websensepro
Shopify Partner
1852 215 260

Hi @Bugbuzz456  , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Bugbuzz456
Excursionist
58 0 6

Hi this is my store URL www.thriftlepak.com

websensepro
Shopify Partner
1852 215 260

@Bugbuzz456 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.

.media.media--transparent.media--hover-effect img {
    object-fit: scale-down !important;
    height: 100% !important;
}

 

If my reply is helpful, kindly click like and mark it as an accepted solution.

If you are happy with my help, you can help me buy a COFFEE

Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Bugbuzz456
Excursionist
58 0 6

Would this help on improving the image display for my products and does the image sizing affect the image quality

websensepro
Shopify Partner
1852 215 260

This is an accepted solution.

Yes, this can help improve image display by ensuring the entire image fits within its container, but scaling down might reduce clarity if the original resolution is low.

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Bugbuzz456
Excursionist
58 0 6

Hi i just tried it works perfectly.

Thank you so much!