This image is stretching..

Solved

This image is stretching..

Emiway
Pathfinder
208 0 42

i dont want this image to be stretched..
url: https://a6b804-0a.myshopify.com/products/pivot

Screenshot 2024-09-24 125046.png

Accepted Solution (1)

rifat_ShopiDevs
Shopify Partner
60 6 9

This is an accepted solution.

Hi,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:

 

<style>
.media-with-text__media img {
    object-fit: contain !important;
}
</style>​

 

Hope this can help you,
Found it helpful? Please like and mark the solution that helped you.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers

View solution in original post

Reply 1 (1)

rifat_ShopiDevs
Shopify Partner
60 6 9

This is an accepted solution.

Hi,

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:

 

<style>
.media-with-text__media img {
    object-fit: contain !important;
}
</style>​

 

Hope this can help you,
Found it helpful? Please like and mark the solution that helped you.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers