Images not loading in product page on Turbo theme

Hello,

I am having issues with my Turbo theme. The product images on the product page are very often not loading.

website

password: seupri

Here are some files I suspect might be causing the issue. Would really appreciate any help as I have been struggling to fix this for the last 3 days.

Hello, yes please feel free to access the backend.

  1. Turbo version 6.0.1

  2. I don’t think so

  3. I have not. Theoretically ,they should load regardless of size

Hi @alexlomt1

the issue is in the css , you can simply write this in your style.css file in the theme code

.product_gallery { opacity: 1 !important; }

I don’t have that file. Where else can I put it?

seems like your issue is fixed now and i am seeing the css is updated now for the opacity: 1 and visibility: visible; which is correct.
if you still needs to check the css file you can simply write styles and you will find out under assets

11.png