Re: I need help with the images on my product page

I need help with the images on my product page

notrabnai
Tourist
8 1 2

My product page images seem to show up strangely cropped out I attached a image of what it should look like from my old theme and also how it looks now my new website theme is here https://empirehomegym.com/?_ab=0&_fd=0&_sc=1&preview_theme_id=164076814643 any help would be much appreciated.

Screenshot 2023-12-22 131541.pngScreenshot 2023-12-22 132001.png

Replies 2 (2)

niraj_patel
Shopify Partner
2391 516 513

Hello @notrabnai 

You can add code by following these steps to change ATC background color

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-fluid {
       max-width: 100%;
       height: auto !important;
    }

</style>

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
notrabnai
Tourist
8 1 2

Hey unfortunately this did not work still seems to be cropped weird