Why aren't images displaying on mobile for my main page?

Topic summary

Mobile display issues across multiple Shopify stores: product/home images don’t appear on iPhones (often only text shows), galleries show only the first image, and arrows/thumbnail scrolling don’t work. Some also report logos missing on mobile or in Shopify emails.

Observed patterns:

  • Affects various themes (e.g., Supply, Brooklyn). Desktop and theme preview look fine; failures occur on real devices. Safari on iOS (e.g., iPhone 11 Pro Max on iOS 14.4.2) fails while Chrome may work. Issues can be intermittent (duplicating a product temporarily helped one store).

Suspected causes and fixes:

  • CSS hiding images on mobile (e.g., classes like .custom_showcase__1 or .visible-xs with opacity 0). Suggested overrides in theme CSS (responsive.css/theme.css/theme.scss.liquid), such as setting .visible-xs { opacity: 1; } and removing mobile-hiding rules; hiding interfering elements like .sc-badge-container.
  • Third‑party app conflicts (notably Langify). Disabling apps to isolate the issue identified Langify as the cause for one store; resolved after working with the app’s developers.

Actions taken:

  • Requests for URLs, screenshots, and device/browser details; testing on real devices/BrowserStack. Some cases not reproducible by helpers.

Status: No universal fix; case-by-case troubleshooting continues. One case resolved via app developer; others pending more info. Screenshots/console errors are central to diagnosis.

Summarized with AI on January 25. AI used: gpt-5.

Hi, was wanting some help.

All images load fine, but my main page the blocks don’t load the images on iphones, but only show the text.

Even on the preview it looks as its designed to work this way.

Im sure somewhere in the CSS its hidden somewhere to hide images on iphones, does anyone know where to look and what to look for, just a rough idea and ill figure it out.

Thanks alot

1 Like

Hello, @DRP996
Welcome to the Shopify community!
Please share your site URL,
So I will check and provide a solution here.

1 Like

@DRP996

  1. Go to Online Store->Theme->Edit code
  2. Asset->/responsive.css->paste below code at the bottom of the file.

.custom_showcase__1 img
can you please remove this class css

1 Like

Hello - this solution isn’t working for me. I don’t have that section available - can someone please provide further instructions on how to fix.

RE: Product Pages on Mobile. Scrolling button does not work to view additional images. it also only shows one image on whole page. Please help!

1 Like

@edjerf

Welcome to the Shopify community!
and Thanks for your Good question.

Please share your site URL,
So I will check and provide a solution here.

Thank you!!

out-east-eyewear.myshopify.com

everything looks okay when you view on desktop in mobile view but having issues on the website viewing on actual mobile website with the hamburger menu on product page + also the additional images on product pages are not appearing below nor are the arrows working. Any help with this would be much appreciated!!!

1 Like

@edjerf

Thanks for post

can you please share further issue screenshots or videos?

We are using the free Supply Theme and are having a similar issue on our site.

www.winecountrycraftsman.com

Images will load on desktop perfectly, but then on mobile you will only be able to see the first products image, all additional images are ‘grouped’ into a single section and are not selectable.

1 Like

@JustinBonaccors

Welcome to the Shopify community!
and Thanks for your question.

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.sc-badge-container {display: none !important;}
1 Like

Hi Ketan, maybe you can help us as well. None of our product images are being shown to customers on mobile devices. Website is www.romancehelpers.com. Do you know how to fix this? Thanks, Ally

1 Like

@AllyP

Sorry for facing this issue, it’s my pleasure to help us.

Welcome to the Shopify community!
and Thanks for your Good question. :blush:

can you please share with us a further issue screenshot?

Here they are, basically no images at all even though in online store preview the mobile version looks fine.

thank you!

Hi I can’t see my product images on mobile either https://cyo.mx/products/workshop-realismo-espontaneo-con-diego-guzman

Help me please!

1 Like

@adrianalvarez

Yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
@media (max-width: 575px) {
.visible-xs {
    opacity: 1;
}
}
1 Like

Hi! Do you mind helping me to look at our website too?

5imple-life.com

the home page pictures are not showing on my iphone:(

Hello. I have the same issue, i.e. the product page does not load correctly on Some phones (other phones it is ok). www.coocootales.com

Can you please assist with this?

Many thanks.

Sofia

1 Like

@coocootales

We have checked for this issue in real system and browserstack but it is working ok. In which system configuration or browser you are checking?

1 Like

First of all, many thanks for your prompt response.

Let me clarify that the images in the product page do not load only on some
mobile phones (nobody has complained about desktop). For example, a
colleague with an iphone 11 pro max using mobile safari ios 14.4.2 cannot
load the product page images (see attached)

However, her husband who has iphone 11 pro (not max) using mobile safari
ios 14.4.2, can load the product page correctly.

Many customers (with android phones also) have also complained about this.

Your kind assistance would be enormously appreciated.

Many thanks

Please see also these console errors which perhaps are relevant.

Many thanks.