Why are my website images not loading properly?

Hi all,

i have been using a customized theme based on debut- it has been working for the past three years but today i was alerted by a user that my images are not loading. My url is https://addicted2anime.com/

More accurately, the following images do not load:

  1. Logo on main page
  2. Collection thumbnails
  3. Featured images on all product pages. If i were to click on the blank space, the picture loads perfectly.

I inspected the page using Chrome and the image urls are intact, but they just aren’t loading.

I recently deleted some apps that claims to help with SEO- could that be the reason?

Hello @Atas ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.scss.liquid Or theme.css-> paste bellow code in bottom of file
.product__image.lazyload {
    opacity: 1 !important;
}

Thanks

thanks! appreciate it.